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

  /system/bt/btif/src/
btif_core.cc 604 uint32_t num_props = 0; local
615 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR,
617 status = btif_storage_get_adapter_property(&properties[num_props]);
621 num_props++;
625 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME,
627 btif_storage_get_adapter_property(&properties[num_props]);
628 num_props++;
631 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props],
634 btif_storage_get_adapter_property(&properties[num_props]);
635 num_props++
665 uint32_t num_props = 0; local
    [all...]
btif_storage.cc 799 uint32_t num_props = 0; local
817 sizeof(addr), adapter_props[num_props]);
821 num_props++;
826 sizeof(name), adapter_props[num_props]);
827 num_props++;
835 adapter_props[num_props].type = BT_PROPERTY_ADAPTER_SCAN_MODE;
836 adapter_props[num_props].len = sizeof(mode);
837 adapter_props[num_props].val = &mode;
838 num_props++;
843 adapter_props[num_props]);
    [all...]
  /system/bt/btif/include/
btif_common.h 205 void btif_adapter_properties_evt(bt_status_t status, uint32_t num_props,
208 uint32_t num_props, bt_property_t* p_props);

Completed in 65 milliseconds