HomeSort by relevance Sort by last modified time
    Searched refs:remote_bdaddr (Results 1 - 9 of 9) sorted by null

  /system/bt/service/hal/
fake_bluetooth_interface.h 59 const bt_bdaddr_t& remote_bdaddr,
fake_bluetooth_interface.cpp 143 const bt_bdaddr_t& remote_bdaddr,
147 AclStateChangedCallback(status, remote_bdaddr, state));
bluetooth_interface.h 74 const bt_bdaddr_t& remote_bdaddr,
  /system/bt/stack/include/
l2cap_client.h 51 // Attempts to connect the |client| to a peer device specified by |remote_bdaddr|
57 // while |l2cap_client_is_connected|. |client| and |remote_bdaddr| must not be NULL.
59 bool l2cap_client_connect(l2cap_client_t *client, const bt_bdaddr_t *remote_bdaddr, uint16_t psm);
  /system/bt/stack/l2cap/
l2cap_client.c 131 bool l2cap_client_connect(l2cap_client_t *client, const bt_bdaddr_t *remote_bdaddr, uint16_t psm) {
133 assert(remote_bdaddr != NULL);
135 assert(!bdaddr_is_empty(remote_bdaddr));
141 client->local_channel_id = L2CA_ConnectReq(psm, (uint8_t *)remote_bdaddr);
  /system/bt/btif/src/
btif_dm.c 414 bt_bdaddr_t remote_bdaddr; local
418 bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr);
422 &remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
435 static uint32_t get_cod(const bt_bdaddr_t *remote_bdaddr) {
442 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
451 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
453 return get_cod(remote_bdaddr) == cod;
456 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr)
458 return (get_cod(remote_bdaddr) & COD_HID_MASK) == COD_HID_MAJOR;
461 BOOLEAN check_hid_le(const bt_bdaddr_t *remote_bdaddr)
    [all...]
btif_hh.c 149 extern BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
151 extern BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr);
    [all...]
btif_rc.c 299 extern BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
    [all...]
  /system/bt/service/
adapter.cpp 301 const bt_bdaddr_t& remote_bdaddr,
303 std::string device_address = BtAddrString(&remote_bdaddr);

Completed in 199 milliseconds