Searched refs:num_props (Results 1 – 3 of 3) sorted by relevance
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_core.cc | 311 uint32_t num_props = 0; in btif_in_get_adapter_properties() local 322 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR, in btif_in_get_adapter_properties() 324 status = btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties() 328 num_props++; in btif_in_get_adapter_properties() 332 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_adapter_properties() 334 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties() 335 num_props++; in btif_in_get_adapter_properties() 338 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], in btif_in_get_adapter_properties() 341 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties() 342 num_props++; in btif_in_get_adapter_properties() [all …]
|
D | btif_storage.cc | 975 uint32_t num_props = 0; in btif_storage_load_bonded_devices() local 995 BT_PROPERTY_BDADDR, &addr, sizeof(addr), &adapter_props[num_props]); in btif_storage_load_bonded_devices() 999 num_props++; in btif_storage_load_bonded_devices() 1004 &adapter_props[num_props]); in btif_storage_load_bonded_devices() 1005 num_props++; in btif_storage_load_bonded_devices() 1013 adapter_props[num_props].type = BT_PROPERTY_ADAPTER_SCAN_MODE; in btif_storage_load_bonded_devices() 1014 adapter_props[num_props].len = sizeof(mode); in btif_storage_load_bonded_devices() 1015 adapter_props[num_props].val = &mode; in btif_storage_load_bonded_devices() 1016 num_props++; in btif_storage_load_bonded_devices() 1021 &adapter_props[num_props]); in btif_storage_load_bonded_devices() [all …]
|
/packages/modules/Bluetooth/system/btif/include/ |
D | btif_common.h | 129 void btif_adapter_properties_evt(bt_status_t status, uint32_t num_props, 132 uint32_t num_props, bt_property_t* p_props);
|