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

  /system/bt/btif/include/
btif_storage.h 64 ** Function btif_storage_get_remote_device_property
75 bt_status_t btif_storage_get_remote_device_property(bt_bdaddr_t *remote_bd_addr,
  /system/bt/btif/src/
btif_core.c 757 btif_storage_get_remote_device_property(bd_addr,
763 btif_storage_get_remote_device_property(bd_addr,
769 btif_storage_get_remote_device_property(bd_addr,
775 btif_storage_get_remote_device_property(bd_addr,
781 btif_storage_get_remote_device_property(bd_addr,
898 status = btif_storage_get_remote_device_property(&(p_req->read_req.bd_addr),
    [all...]
btif_dm.c 362 if (btif_storage_get_remote_device_property(
384 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr, &prop_name) == BT_STATUS_SUCCESS)
402 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
420 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
467 if (btif_storage_get_remote_device_property((bt_bdaddr_t *)remote_bdaddr,
582 status = btif_storage_get_remote_device_property(&bdaddr, &properties[num_properties]);
601 if (btif_storage_get_remote_device_property(&bdaddr, &prop_name) == BT_STATUS_SUCCESS)
    [all...]
btif_storage.c 98 {p.type=t;p.val=v;p.len=l;btif_storage_get_remote_device_property(b,&p);}
711 ** Function btif_storage_get_remote_device_property
722 bt_status_t btif_storage_get_remote_device_property(bt_bdaddr_t *remote_bd_addr, function
    [all...]
btif_hh.c     [all...]

Completed in 194 milliseconds