Lines Matching full:bd_addr
212 UINT16 L2CA_ConnectReq (UINT16 psm, BD_ADDR p_bd_addr)
229 UINT16 L2CA_ErtmConnectReq (UINT16 psm, BD_ADDR p_bd_addr, tL2CAP_ERTM_INFO *p_ertm_info)
333 BOOLEAN L2CA_ConnectRsp (BD_ADDR p_bd_addr, UINT8 id, UINT16 lcid, UINT16 result, UINT16 status)
350 BOOLEAN L2CA_ErtmConnectRsp (BD_ADDR p_bd_addr, UINT8 id, UINT16 lcid, UINT16 result,
585 BOOLEAN L2CA_Ping (BD_ADDR p_bd_addr, tL2CA_ECHO_RSP_CB *p_callback)
652 BOOLEAN L2CA_Echo (BD_ADDR p_bd_addr, BT_HDR *p_data, tL2CA_ECHO_DATA_CB *p_callback)
755 ** A bd_addr is the remote BD address. If bd_addr = BT_BD_ANY,
764 BOOLEAN L2CA_SetIdleTimeoutByBdAddr(BD_ADDR bd_addr, UINT16 timeout)
768 if (memcmp (BT_BD_ANY, bd_addr, BD_ADDR_LEN))
770 p_lcb = l2cu_find_lcb_by_bd_addr( bd_addr );
861 UINT16 L2CA_LocalLoopbackReq (UINT16 psm, UINT16 handle, BD_ADDR p_bd_addr)
920 BOOLEAN L2CA_SetAclPriority (BD_ADDR bd_addr, UINT8 priority)
923 bd_addr[0], bd_addr[1], bd_addr[2],
924 bd_addr[3], (bd_addr[4] << 8) + bd_addr[5], priority);
926 return (l2cu_set_acl_priority(bd_addr, priority, FALSE));
1088 BOOLEAN L2CA_SetFlushTimeout (BD_ADDR bd_addr, UINT16 flush_tout)
1130 if (memcmp (BT_BD_ANY, bd_addr, BD_ADDR_LEN))
1132 p_lcb = l2cu_find_lcb_by_bd_addr (bd_addr);
1140 L2CAP_TRACE_API4 ("L2CA_SetFlushTimeout 0x%04x ms for bd_addr [...;%02x%02x%02x]",
1141 flush_tout, bd_addr[3], bd_addr[4], bd_addr[5]);
1149 L2CAP_TRACE_WARNING3 ("WARNING L2CA_SetFlushTimeout No lcb for bd_addr [...;%02x%02x%02x]",
1150 bd_addr[3], bd_addr[4], bd_addr[5]);
1167 L2CAP_TRACE_API4 ("L2CA_SetFlushTimeout 0x%04x ms for bd_addr [...;%02x%02x%02x]",
1193 BOOLEAN L2CA_GetPeerFeatures (BD_ADDR bd_addr, UINT32 *p_ext_feat, UINT8 *p_chnl_mask)
1198 if ((p_lcb = l2cu_find_lcb_by_bd_addr (bd_addr)) == NULL)
1201 (bd_addr[0]<<24)+(bd_addr[1]<<16)+(bd_addr[2]<<8)+bd_addr[3],
1202 (bd_addr[4]<<8)+bd_addr[5]);
1207 (bd_addr[0]<<24)+(bd_addr[1]<<16)+(bd_addr[2]<<8)+bd_addr[3],
1208 (bd_addr[4]<<8)+bd_addr[5], p_lcb->peer_ext_fea, p_lcb->peer_chnl_mask[0]);
1229 BOOLEAN L2CA_GetBDAddrbyHandle (UINT16 handle, BD_ADDR bd_addr)
1238 memcpy (bd_addr, p_lcb->remote_bd_addr, BD_ADDR_LEN);
1307 BOOLEAN L2CA_ConnectFixedChnl (UINT16 fixed_cid, BD_ADDR rem_bda)
1389 UINT16 L2CA_SendFixedChnlData (UINT16 fixed_cid, BD_ADDR rem_bda, BT_HDR *p_buf)
1462 BOOLEAN L2CA_RemoveFixedChnl (UINT16 fixed_cid, BD_ADDR rem_bda)
1507 ** A bd_addr is the remote BD address. If bd_addr = BT_BD_ANY,
1514 BOOLEAN L2CA_SetFixedChannelTout (BD_ADDR rem_bda, UINT16 fixed_cid, UINT16 idle_tout)
1606 BOOLEAN L2CA_RegForNoCPEvt(tL2CA_NOCP_CB *p_cb, BD_ADDR p_bda)