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

  /system/bt/btif/include/
btif_storage.h 36 ** Function btif_storage_get_adapter_property
47 bt_status_t btif_storage_get_adapter_property(bt_property_t *property);
  /system/bt/btif/src/
btif_core.c 706 btif_storage_get_adapter_property(&properties[num_props]);
712 btif_storage_get_adapter_property(&properties[num_props]);
718 btif_storage_get_adapter_property(&properties[num_props]);
724 btif_storage_get_adapter_property(&properties[num_props]);
730 btif_storage_get_adapter_property(&properties[num_props]);
736 btif_storage_get_adapter_property(&properties[num_props]);
860 status = btif_storage_get_adapter_property(&prop);
    [all...]
btif_storage.c 95 {p.type=t;p.val=v;p.len=l; btif_storage_get_adapter_property(&p);}
596 ** Function btif_storage_get_adapter_property
607 bt_status_t btif_storage_get_adapter_property(bt_property_t *property) function
    [all...]
btif_dm.c     [all...]

Completed in 927 milliseconds