HomeSort by relevance Sort by last modified time
    Searched defs:bdaddr (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluedroid/btif/src/
btif_hh.c 162 extern void btif_dm_hh_open_failed(bt_bdaddr_t *bdaddr);
816 bt_bdaddr_t *bdaddr = (bt_bdaddr_t*)p_data->conn.bda; local
817 btif_dm_hh_open_failed(bdaddr);
    [all...]
btif_dm.c 165 BD_ADDR oob_bdaddr; /* peer bdaddr*/
170 bt_bdaddr_t bdaddr; member in struct:__anon5686
539 bt_bdaddr_t bdaddr; local
545 bdcpy(bdaddr.address, bd_addr);
552 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
565 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
575 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
583 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
588 status, &bdaddr, num_properties, properties);
1206 bt_bdaddr_t bdaddr; local
1229 bt_bdaddr_t bdaddr; local
    [all...]

Completed in 74 milliseconds