Searched refs:info_type (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_ucd.c | 54 static void l2c_ucd_discover_cback (BD_ADDR rem_bda, UINT8 info_type, UINT32 data) in l2c_ucd_discover_cback() argument 66 if (( info_type == L2CAP_UCD_INFO_TYPE_RECEPTION ) in l2c_ucd_discover_cback() 69 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data); in l2c_ucd_discover_cback() 74 if (( info_type == L2CAP_UCD_INFO_TYPE_MTU ) in l2c_ucd_discover_cback() 77 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data); in l2c_ucd_discover_cback() 329 BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type ) in L2CA_UcdDiscover() argument 337 (rem_bda[4]<<8)+rem_bda[5], info_type); in L2CA_UcdDiscover() 360 if ( info_type & L2CAP_UCD_INFO_TYPE_RECEPTION ) in L2CA_UcdDiscover() 363 if ( info_type & L2CAP_UCD_INFO_TYPE_MTU ) in L2CA_UcdDiscover()
|
D | l2c_main.c | 277 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; in process_l2cap_cmd() local 678 STREAM_TO_UINT16 (info_type, p); in process_l2cap_cmd() 679 l2cu_send_peer_info_rsp (p_lcb, id, info_type); in process_l2cap_cmd() 690 STREAM_TO_UINT16 (info_type, p); in process_l2cap_cmd() 693 p_lcb->info_rx_bits |= (1 << info_type); in process_l2cap_cmd() 695 if ( (info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) in process_l2cap_cmd() 714 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE) in process_l2cap_cmd() 725 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE) in process_l2cap_cmd()
|
D | l2c_utils.c | 1094 void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type) in l2cu_send_peer_info_req() argument 1109 L2CAP_TRACE_EVENT ("l2cu_send_peer_info_req: type 0x%04x", info_type); in l2cu_send_peer_info_req() 1114 UINT16_TO_STREAM (p, info_type); in l2cu_send_peer_info_req() 1135 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) in l2cu_send_peer_info_rsp() argument 1142 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) in l2cu_send_peer_info_rsp() 1148 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) in l2cu_send_peer_info_rsp() 1156 else if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE) in l2cu_send_peer_info_rsp() 1160 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE) in l2cu_send_peer_info_rsp() 1174 UINT16_TO_STREAM (p, info_type); in l2cu_send_peer_info_rsp() 1177 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) in l2cu_send_peer_info_rsp() [all …]
|
D | l2c_int.h | 619 extern void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT16 info_type); 621 extern void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type);
|
/system/bt/stack/include/ |
D | l2c_api.h | 965 extern BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type );
|