Home
last modified time | relevance | path

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/
Dmock_stack_l2cap_ble.cc56 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()
Dmock_stack_l2cap_ble.h188 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/
Dstack_l2cap_test.cc71 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/
Dl2cap_hci_link_interface.h42 void l2cble_process_data_length_change_event(uint16_t handle, uint16_t tx_data_len,
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/
Dble_acl.cc171 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/
Dl2c_ble.cc1147 void l2cble_process_data_length_change_event(uint16_t handle, uint16_t tx_data_len, in l2cble_process_data_length_change_event() function