Searched refs:p_remote_addr (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.cc | 1002 RawAddress* p_remote_addr; in btif_storage_load_bonded_devices() local 1011 p_remote_addr = &bonded_devices.devices[i]; in btif_storage_load_bonded_devices() 1013 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_BDNAME, &name, in btif_storage_load_bonded_devices() 1017 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, in btif_storage_load_bonded_devices() 1022 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_CLASS_OF_DEVICE, in btif_storage_load_bonded_devices() 1027 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_TYPE_OF_DEVICE, in btif_storage_load_bonded_devices() 1032 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_UUIDS, in btif_storage_load_bonded_devices() 1037 btif_remote_properties_evt(BT_STATUS_SUCCESS, p_remote_addr, num_props, in btif_storage_load_bonded_devices()
|