Searched refs:l2cu_send_peer_ble_par_rsp (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/ |
D | l2c_int.h | 644 extern void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id); 670 extern void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id);
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/ |
D | l2c_ble.c | 763 l2cu_send_peer_ble_par_rsp (p_lcb, L2CAP_CFG_UNACCEPTABLE_PARAMS, id); in l2cble_process_sig_cmd() 769 l2cu_send_peer_ble_par_rsp (p_lcb, L2CAP_CFG_OK, id); in l2cble_process_sig_cmd()
|
D | l2c_utils.c | 2985 void l2cu_send_peer_ble_par_rsp (tL2C_LCB *p_lcb, UINT16 reason, UINT8 rem_id) in l2cu_send_peer_ble_par_rsp() function
|