Home
last modified time | relevance | path

Searched refs:btsnd_hcic_read_failed_contact_counter (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_hcic_hcicmds.cc59 struct btsnd_hcic_read_failed_contact_counter
60 btsnd_hcic_read_failed_contact_counter; variable
213 void btsnd_hcic_read_failed_contact_counter(uint16_t handle) { in btsnd_hcic_read_failed_contact_counter() function
215 test::mock::stack_hcic_hcicmds::btsnd_hcic_read_failed_contact_counter( in btsnd_hcic_read_failed_contact_counter()
Dmock_stack_hcic_hcicmds.h292 struct btsnd_hcic_read_failed_contact_counter { struct
296 extern struct btsnd_hcic_read_failed_contact_counter argument
297 btsnd_hcic_read_failed_contact_counter;
/packages/modules/Bluetooth/system/stack/include/
Dhcimsgs.h230 void btsnd_hcic_read_failed_contact_counter(uint16_t handle);
/packages/modules/Bluetooth/system/stack/hcic/
Dhcicmds.cc1513 void btsnd_hcic_read_failed_contact_counter(uint16_t handle) { in btsnd_hcic_read_failed_contact_counter() function
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc1696 btsnd_hcic_read_failed_contact_counter(p->hci_handle); in BTM_ReadFailedContactCounter()