Searched defs:num_props (Results 1 - 2 of 2) sorted by relevance

/system/bt/btif/src/
H A Dbtif_core.c704 uint32_t num_props; local
712 num_props = 0;
715 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDADDR,
717 btif_storage_get_adapter_property(&properties[num_props]);
718 num_props++;
721 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_BDNAME,
723 btif_storage_get_adapter_property(&properties[num_props]);
724 num_props++;
727 BTIF_STORAGE_FILL_PROPERTY(&properties[num_props], BT_PROPERTY_ADAPTER_SCAN_MODE,
729 btif_storage_get_adapter_property(&properties[num_props]);
759 uint32_t num_props = 0; local
928 btif_adapter_properties_evt(bt_status_t status, uint32_t num_props, bt_property_t *p_props) argument
935 btif_remote_properties_evt(bt_status_t status, bt_bdaddr_t *remote_addr, uint32_t num_props, bt_property_t *p_props) argument
[all...]
H A Dbtif_storage.c849 uint32_t num_props = 0; local
866 adapter_props[num_props]);
867 num_props++;
871 adapter_props[num_props]);
872 num_props++;
880 adapter_props[num_props].type = BT_PROPERTY_ADAPTER_SCAN_MODE;
881 adapter_props[num_props].len = sizeof(mode);
882 adapter_props[num_props].val = &mode;
883 num_props++;
888 adapter_props[num_props]);
[all...]

Completed in 173 milliseconds