Searched refs:info_type (Results 1 - 5 of 5) sorted by relevance

/system/bt/stack/l2cap/
H A Dl2c_ucd.c51 static void l2c_ucd_discover_cback (BD_ADDR rem_bda, UINT8 info_type, UINT32 data) argument
63 if (( info_type == L2CAP_UCD_INFO_TYPE_RECEPTION )
66 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
71 if (( info_type == L2CAP_UCD_INFO_TYPE_MTU )
74 p_rcb->ucd.cb_info.pL2CA_UCD_Discover_Cb (rem_bda, info_type, data);
319 ** info_type : L2CAP_UCD_INFO_TYPE_RECEPTION
326 BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type )
334 (rem_bda[4]<<8)+rem_bda[5], info_type);
357 if ( info_type & L2CAP_UCD_INFO_TYPE_RECEPTION )
360 if ( info_type
[all...]
H A Dl2c_main.c327 UINT16 rej_reason, rej_mtu, lcid, rcid, info_type; local
729 STREAM_TO_UINT16 (info_type, p);
730 l2cu_send_peer_info_rsp (p_lcb, id, info_type);
741 STREAM_TO_UINT16 (info_type, p);
744 p_lcb->info_rx_bits |= (1 << info_type);
746 if ( (info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
766 if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE)
777 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE)
H A Dl2c_utils.c1093 void l2cu_send_peer_info_req (tL2C_LCB *p_lcb, UINT16 info_type) argument
1108 L2CAP_TRACE_EVENT ("l2cu_send_peer_info_req: type 0x%04x", info_type);
1113 UINT16_TO_STREAM (p, info_type);
1132 void l2cu_send_peer_info_rsp (tL2C_LCB *p_lcb, UINT8 remote_id, UINT16 info_type) argument
1139 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
1145 if ((info_type == L2CAP_EXTENDED_FEATURES_INFO_TYPE)
1153 else if (info_type == L2CAP_FIXED_CHANNELS_INFO_TYPE)
1157 else if (info_type == L2CAP_CONNLESS_MTU_INFO_TYPE)
1171 UINT16_TO_STREAM (p, info_type);
1174 if ((info_type
[all...]
H A Dl2c_int.h590 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/
H A Dl2c_api.h874 ** info_type : L2CAP_UCD_INFO_TYPE_RECEPTION
881 extern BOOLEAN L2CA_UcdDiscover ( UINT16 psm, BD_ADDR rem_bda, UINT8 info_type );

Completed in 472 milliseconds