Searched refs:l2cu_reject_ble_coc_connection (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_stack_l2cap_utils.cc | 173 void l2cu_reject_ble_coc_connection(tL2C_LCB* /* p_lcb */, uint8_t /* rem_id */, in l2cu_reject_ble_coc_connection() function
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_ble.cc | 732 l2cu_reject_ble_coc_connection( in l2cble_process_sig_cmd() 741 l2cu_reject_ble_coc_connection(p_lcb, id, L2CAP_LE_RESULT_NO_PSM); in l2cble_process_sig_cmd() 748 l2cu_reject_ble_coc_connection(p_lcb, id, L2CAP_CONN_NO_PSM); in l2cble_process_sig_cmd()
|
D | l2c_int.h | 763 void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id,
|
D | l2c_utils.cc | 3075 void l2cu_reject_ble_coc_connection(tL2C_LCB* p_lcb, uint8_t rem_id, in l2cu_reject_ble_coc_connection() function 3222 l2cu_reject_ble_coc_connection(p_ccb->p_lcb, rem_id, result); in l2cu_reject_ble_connection()
|