Searched refs:whitelist_l2c_channel (Results 1 – 4 of 4) sorted by relevance
/system/bt/stack/test/common/ |
D | mock_btsnoop_module.cc | 24 static void whitelist_l2c_channel(uint16_t, uint16_t, in whitelist_l2c_channel() function 38 static const btsnoop_t fake_snoop = {capture, whitelist_l2c_channel,
|
/system/bt/hci/include/ |
D | btsnoop.h | 35 void (*whitelist_l2c_channel)(uint16_t conn_handle, uint16_t local_cid, member
|
/system/bt/hci/src/ |
D | btsnoop.cc | 287 static void whitelist_l2c_channel(uint16_t conn_handle, uint16_t local_cid, in whitelist_l2c_channel() function 331 static const btsnoop_t interface = {capture, whitelist_l2c_channel,
|
/system/bt/stack/l2cap/ |
D | l2c_main.cc | 404 btsnoop_get_interface()->whitelist_l2c_channel( in process_l2cap_cmd() 444 btsnoop_get_interface()->whitelist_l2c_channel( in process_l2cap_cmd()
|