Searched refs:info_type (Results 1 – 5 of 5) sorted by relevance
/system/bt/stack/l2cap/ |
D | l2c_ucd.c | 51 static void l2c_ucd_discover_cback (BD_ADDR rem_bda, UINT8 info_type, UINT32 data) in l2c_ucd_discover_cback() argument 63 if (( info_type == L2CAP_UCD_INFO_TYPE_RECEPTION ) in l2c_ucd_discover_cback() 66 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data); in l2c_ucd_discover_cback() 71 if (( info_type == L2CAP_UCD_INFO_TYPE_MTU ) in l2c_ucd_discover_cback() 74 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data); in l2c_ucd_discover_cback() 326 BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type ) in L2CA_UcdDiscover() argument 334 (rem_bda[4]<<8)+rem_bda[5], info_type); in L2CA_UcdDiscover() 357 if ( info_type & L2CAP_UCD_INFO_TYPE_RECEPTION ) in L2CA_UcdDiscover() 360 if ( info_type & L2CAP_UCD_INFO_TYPE_MTU ) in L2CA_UcdDiscover()
|
D | l2c_main.c | 327 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; in process_l2cap_cmd() local 729 STREAM_TO_UINT16 (info_type, p); in process_l2cap_cmd() 730 l2cu_send_peer_info_rsp (p_lcb, id, info_type); in process_l2cap_cmd() 741 STREAM_TO_UINT16 (info_type, p); in process_l2cap_cmd() 744 p_lcb->info_rx_bits |= (1 << info_type); in process_l2cap_cmd() 746 if ( (info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) in process_l2cap_cmd() 766 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE) in process_l2cap_cmd() 777 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE) in process_l2cap_cmd()
|
D | l2c_utils.c | 1093 void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type) in l2cu_send_peer_info_req() argument 1108 L2CAP_TRACE_EVENT ("l2cu_send_peer_info_req: type 0x%04x", info_type); in l2cu_send_peer_info_req() 1113 UINT16_TO_STREAM (p, info_type); in l2cu_send_peer_info_req() 1132 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) in l2cu_send_peer_info_rsp() argument 1139 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) in l2cu_send_peer_info_rsp() 1145 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) in l2cu_send_peer_info_rsp() 1153 else if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE) in l2cu_send_peer_info_rsp() 1157 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE) in l2cu_send_peer_info_rsp() 1171 UINT16_TO_STREAM (p, info_type); in l2cu_send_peer_info_rsp() 1174 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE) in l2cu_send_peer_info_rsp() [all …]
|
D | l2c_int.h | 590 extern void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 id, UINT16 info_type); 592 extern void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type);
|
/system/bt/stack/include/ |
D | l2c_api.h | 881 extern BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type );
|