Lines Matching full:bd_addr
161 ** Returns BT_PASS if the name was immediately available. (BD_ADDR is returned)
166 BD_ADDR bd_addr)
173 if ((status = gap_find_local_addr_by_name (devname, bd_addr)) != BT_PASS)
250 ** Parameters: bd_addr - Address of the device to bond
256 UINT8 GAP_Bond (BD_ADDR bd_addr, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
258 return ((UINT8) BTM_SecBond (bd_addr, pin_len, p_pin, trusted_mask));
286 ** Parameters: bd_addr - Address of the device for which PIN was requested
293 void GAP_PinRsp (BD_ADDR bd_addr, UINT8 res, UINT8 pin_len, UINT8 *p_pin, UINT32 trusted_mask[])
295 BTM_PINCodeReply (bd_addr, res, pin_len, p_pin, trusted_mask);
306 ** Parameters: bd_addr - Address of the device for which PIN was requested
311 void GAP_AuthorizeRsp (BD_ADDR bd_addr, UINT8 res, UINT32 trusted_mask[])
313 BTM_DeviceAuthorized (bd_addr, res, trusted_mask);
672 ** addr - (output) pointer to the Bluetooth device address (BD_ADDR).
684 UINT16 GAP_ReadLocalDeviceInfo(UINT8 *name, BD_ADDR *addr, tGAP_LMP_VERSION *verinfo,
705 ** Parameters: addr - The Bluetooth device address (BD_ADDR) of the remote
726 UINT16 GAP_GetRemoteDeviceName (BD_ADDR addr, tGAP_CALLBACK *callback)