Home
last modified time | relevance | path

Searched defs:l2cap_cid (Results 1 – 7 of 7) sorted by relevance

/system/bt/stack/sdp/
Dsdp_main.c174 static void sdp_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in sdp_connect_ind()
232 static void sdp_connect_cfm (UINT16 l2cap_cid, UINT16 result) in sdp_connect_cfm()
310 static void sdp_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in sdp_config_ind()
405 static void sdp_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in sdp_config_cfm()
466 static void sdp_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed) in sdp_disconnect_ind()
509 static void sdp_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg) in sdp_data_ind()
673 static void sdp_disconnect_cfm (UINT16 l2cap_cid, UINT16 result) in sdp_disconnect_cfm()
/system/bt/stack/bnep/
Dbnep_main.c123 static void bnep_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in bnep_connect_ind()
170 static void bnep_connect_cfm (UINT16 l2cap_cid, UINT16 result) in bnep_connect_cfm()
222 static void bnep_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in bnep_config_ind()
298 static void bnep_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in bnep_config_cfm()
359 static void bnep_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed) in bnep_disconnect_ind()
402 static void bnep_disconnect_cfm (UINT16 l2cap_cid, UINT16 result) in bnep_disconnect_cfm()
417 static void bnep_congestion_ind (UINT16 l2cap_cid, BOOLEAN is_congested) in bnep_congestion_ind()
475 static void bnep_data_ind (UINT16 l2cap_cid, BT_HDR *p_buf) in bnep_data_ind()
Dbnep_int.h133 UINT16 l2cap_cid; member
/system/bt/stack/hid/
Dhidh_conn.c210 static void hidh_l2cif_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in hidh_l2cif_connect_ind()
387 static void hidh_l2cif_connect_cfm (UINT16 l2cap_cid, UINT16 result) in hidh_l2cif_connect_cfm()
468 static void hidh_l2cif_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in hidh_l2cif_config_ind()
552 static void hidh_l2cif_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in hidh_l2cif_config_cfm()
630 static void hidh_l2cif_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed) in hidh_l2cif_disconnect_ind()
713 static void hidh_l2cif_disconnect_cfm (UINT16 l2cap_cid, UINT16 result) in hidh_l2cif_disconnect_cfm()
761 static void hidh_l2cif_cong_ind (UINT16 l2cap_cid, BOOLEAN congested) in hidh_l2cif_cong_ind()
803 static void hidh_l2cif_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg) in hidh_l2cif_data_ind()
/system/bt/stack/gap/
Dgap_conn.c701 void gap_tx_complete_ind (UINT16 l2cap_cid, UINT16 sdu_sent) in gap_tx_complete_ind()
725 static void gap_connect_ind (BD_ADDR bd_addr, UINT16 l2cap_cid, UINT16 psm, UINT8 l2cap_id) in gap_connect_ind()
850 static void gap_connect_cfm (UINT16 l2cap_cid, UINT16 result) in gap_connect_cfm()
910 static void gap_config_ind (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in gap_config_ind()
960 static void gap_config_cfm (UINT16 l2cap_cid, tL2CAP_CFG_INFO *p_cfg) in gap_config_cfm()
998 static void gap_disconnect_ind (UINT16 l2cap_cid, BOOLEAN ack_needed) in gap_disconnect_ind()
1025 static void gap_data_ind (UINT16 l2cap_cid, BT_HDR *p_msg) in gap_data_ind()
/system/bt/btif/src/
Dbtif_debug_btsnoop.c101 uint16_t l2cap_cid = data[L2CAP_CID_OFFSET] | (data[L2CAP_CID_OFFSET + 1] << 8); in btsnoop_calculate_packet_length() local
/system/bt/stack/include/
Dbnep_api.h208 UINT16 l2cap_cid; member