Searched defs:l2cap_cid (Results 1 – 7 of 7) sorted by relevance
/system/bt/stack/sdp/ |
D | sdp_main.c | 174 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/ |
D | bnep_main.c | 123 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()
|
D | bnep_int.h | 133 UINT16 l2cap_cid; member
|
/system/bt/stack/hid/ |
D | hidh_conn.c | 210 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/ |
D | gap_conn.c | 701 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/ |
D | btif_debug_btsnoop.c | 101 uint16_t l2cap_cid = data[L2CAP_CID_OFFSET] | (data[L2CAP_CID_OFFSET + 1] << 8); in btsnoop_calculate_packet_length() local
|
/system/bt/stack/include/ |
D | bnep_api.h | 208 UINT16 l2cap_cid; member
|