Home
last modified time | relevance | path

Searched refs:num_props (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/btif/src/
Dbtif_core.c842 uint32_t num_props; in btif_in_get_adapter_properties() local
850 num_props = 0; in btif_in_get_adapter_properties()
853 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR, in btif_in_get_adapter_properties()
855 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
856 num_props++; in btif_in_get_adapter_properties()
859 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME, in btif_in_get_adapter_properties()
861 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
862 num_props++; in btif_in_get_adapter_properties()
865 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE, in btif_in_get_adapter_properties()
867 btif_storage_get_adapter_property(&properties[num_props]); in btif_in_get_adapter_properties()
[all …]
Dbtif_storage.c741 uint32_t num_props = 0; in btif_storage_load_bonded_devices() local
760 adapter_props[num_props]); in btif_storage_load_bonded_devices()
761 num_props++; in btif_storage_load_bonded_devices()
765 adapter_props[num_props]); in btif_storage_load_bonded_devices()
766 num_props++; in btif_storage_load_bonded_devices()
774 adapter_props[num_props].type = BT_PROPERTY_ADAPTER_SCAN_MODE; in btif_storage_load_bonded_devices()
775 adapter_props[num_props].len = sizeof(mode); in btif_storage_load_bonded_devices()
776 adapter_props[num_props].val = &mode; in btif_storage_load_bonded_devices()
777 num_props++; in btif_storage_load_bonded_devices()
782 adapter_props[num_props]); in btif_storage_load_bonded_devices()
[all …]
/external/bluetooth/bluedroid/btif/include/
Dbtif_common.h180 void btif_adapter_properties_evt(bt_status_t status, uint32_t num_props, bt_property_t *p_props);
182 uint32_t num_props, bt_property_t *p_props);