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

  /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 135 bool l2cap_client_connect(l2cap_client_t *client, const bt_bdaddr_t *remote_bdaddr, uint16_t psm) {
137 assert(remote_bdaddr != NULL);
139 assert(!bdaddr_is_empty(remote_bdaddr));
145 client->local_channel_id = L2CA_ConnectReq(psm, (uint8_t *)remote_bdaddr);
  /system/bt/btif/src/
btif_dm.c 355 bt_bdaddr_t remote_bdaddr; local
359 bdcpy(remote_bdaddr.address, p_search_data->inq_res.bd_addr);
363 &remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
376 BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
384 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
394 BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod)
402 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
412 BOOLEAN check_hid_le(const bt_bdaddr_t *remote_bdaddr)
420 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
426 bdaddr_to_string(remote_bdaddr, bdstr, sizeof(bdstr))
    [all...]
btif_hh.c 156 extern BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
158 extern BOOLEAN check_cod_hid(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
    [all...]
btif_rc.c 218 extern BOOLEAN check_cod(const bt_bdaddr_t *remote_bdaddr, uint32_t cod);
    [all...]

Completed in 176 milliseconds