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

  /system/bt/btif/include/
btif_storage.h 80 ** Function btif_storage_set_remote_device_property
89 bt_status_t btif_storage_set_remote_device_property(bt_bdaddr_t *remote_bd_addr,
  /system/bt/btif/src/
btif_storage.c 729 ** Function btif_storage_set_remote_device_property
738 bt_status_t btif_storage_set_remote_device_property(bt_bdaddr_t *remote_bd_addr, function
775 btif_storage_set_remote_device_property(remote_bd_addr,
780 btif_storage_set_remote_device_property(remote_bd_addr,
    [all...]
btif_dm.c 545 status = btif_storage_set_remote_device_property(p_bd, &property);
569 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
592 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
608 status = btif_storage_set_remote_device_property(&bdaddr, &properties[num_properties]);
    [all...]
btif_core.c 906 status = btif_storage_set_remote_device_property(&(p_req->write_req.bd_addr),
    [all...]
btif_gatt_client.c 645 btif_storage_set_remote_device_property(&(p_btif_cb->bd_addr), &properties);
    [all...]

Completed in 143 milliseconds