|
From: Mattias A. <mat...@us...> - 2001-04-26 10:53:17
|
The following file was modified in apps/bluetooth/experimental: Name Old version New version Comment ---- ----------- ----------- ------- bt_if.h 1.5 1.6=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: * changed inparam to bt_set_event_filter The diff of the modified file(s): --- bt_if.h 2001/04/20 15:29:21 1.5 +++ bt_if.h 2001/04/26 10:53:17 1.6 @@ -310,7 +310,7 @@ void read_remote_bd(int bt_cfd, unsigned char *bd_addr); void role_switch(int bt_cfd, unsigned char *bd_addr, int role); =20 -int bt_set_event_filter(int bt_cfd, unsigned int filter); +int bt_set_event_filter(int bt_cfd, unsigned char filter[3]); int bt_write_scan_enable(int bt_cfd, unsigned int flags); void bt_write_pagescan_activity(int bt_cfd, unsigned int interval,=20 unsigned int wind); |