Home
last modified time | relevance | path

Searched refs:l2cble_notify_le_connection (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_stack_l2cap_ble.cc46 struct l2cble_notify_le_connection l2cble_notify_le_connection; variable
101 void l2cble_notify_le_connection(const RawAddress& bda) { in l2cble_notify_le_connection() function
103 test::mock::stack_l2cap_ble::l2cble_notify_le_connection(bda); in l2cble_notify_le_connection()
Dmock_stack_l2cap_ble.h104 struct l2cble_notify_le_connection { struct
109 extern struct l2cble_notify_le_connection l2cble_notify_le_connection; argument
/packages/modules/Bluetooth/system/stack/include/
Dl2cap_hci_link_interface.h47 void l2cble_notify_le_connection(const RawAddress& bda);
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_main.cc115 l2cble_notify_le_connection(p_lcb->remote_bd_addr); in l2c_rcv_acl_data()
Dl2c_ble.cc100 void l2cble_notify_le_connection(const RawAddress& bda) { in l2cble_notify_le_connection() function
/packages/modules/Bluetooth/system/stack/acl/
Dbtm_acl.cc817 l2cble_notify_le_connection(p_acl_cb->remote_addr); in maybe_chain_more_commands_after_read_remote_version_complete()