Searched defs:l2cap_cid (Results 1 – 3 of 3) sorted by relevance
/hal_espressif-latest/components/bt/host/bluedroid/stack/sdp/ |
D | sdp_main.c | 249 static void sdp_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in sdp_connect_ind() 306 static void sdp_connect_cfm (UINT16 l2cap_cid, UINT16 result) in sdp_connect_cfm() 379 static void sdp_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in sdp_config_ind() 466 static void sdp_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in sdp_config_cfm() 528 static void sdp_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed) in sdp_disconnect_ind() 572 static void sdp_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg) in sdp_data_ind() 734 static void sdp_disconnect_cfm (UINT16 l2cap_cid, UINT16 result) in sdp_disconnect_cfm()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/hid/ |
D | hidh_conn.c | 202 static void hidh_l2cif_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in hidh_l2cif_connect_ind() 352 static void hidh_l2cif_connect_cfm (UINT16 l2cap_cid, UINT16 result) in hidh_l2cif_connect_cfm() 426 static void hidh_l2cif_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in hidh_l2cif_config_ind() 503 static void hidh_l2cif_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in hidh_l2cif_config_cfm() 574 static void hidh_l2cif_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed) in hidh_l2cif_disconnect_ind() 654 static void hidh_l2cif_disconnect_cfm (UINT16 l2cap_cid, UINT16 result) in hidh_l2cif_disconnect_cfm() 705 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested) in hidh_l2cif_cong_ind() 746 static void hidh_l2cif_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg) in hidh_l2cif_data_ind()
|
/hal_espressif-latest/components/bt/host/bluedroid/stack/gap/ |
D | gap_conn.c | 719 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in gap_connect_ind() 824 static void gap_connect_cfm (UINT16 l2cap_cid, UINT16 result) in gap_connect_cfm() 866 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in gap_config_ind() 915 static void gap_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in gap_config_cfm() 952 static void gap_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed) in gap_disconnect_ind() 981 static void gap_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg) in gap_data_ind()
|