Searched refs:l2cble_process_data_length_change_event (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_ble.cc | 56 struct l2cble_process_data_length_change_event l2cble_process_data_length_change_event; variable 138 void l2cble_process_data_length_change_event(uint16_t handle, uint16_t tx_data_len, in l2cble_process_data_length_change_event() function 141 test::mock::stack_l2cap_ble::l2cble_process_data_length_change_event(handle, tx_data_len, in l2cble_process_data_length_change_event()
|
D | mock_stack_l2cap_ble.h | 188 struct l2cble_process_data_length_change_event { struct 195 extern struct l2cble_process_data_length_change_event l2cble_process_data_length_change_event; argument
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/test/ |
D | stack_l2cap_test.cc | 71 TEST_F(StackL2capTest, l2cble_process_data_length_change_event) { in TEST_F() argument 75 l2cble_process_data_length_change_event(0x1234, 0x001b, 0x001b); in TEST_F() 83 l2cble_process_data_length_change_event(0x1234, 1, 1); in TEST_F() 87 l2cble_process_data_length_change_event(0x1234, 0x001b, 0x001b); in TEST_F()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/include/ |
D | l2cap_hci_link_interface.h | 42 void l2cble_process_data_length_change_event(uint16_t handle, uint16_t tx_data_len,
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/ |
D | ble_acl.cc | 171 l2cble_process_data_length_change_event(handle, max_tx_octets, max_rx_octets); in acl_ble_data_length_change_event()
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble.cc | 1147 void l2cble_process_data_length_change_event(uint16_t handle, uint16_t tx_data_len, in l2cble_process_data_length_change_event() function
|