Searched refs:p_remote_addr (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.cc | 870 bt_bdaddr_t* p_remote_addr; in btif_storage_load_bonded_devices() local 879 p_remote_addr = &bonded_devices.devices[i]; in btif_storage_load_bonded_devices() 881 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_BDNAME, &name, in btif_storage_load_bonded_devices() 885 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, in btif_storage_load_bonded_devices() 890 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_CLASS_OF_DEVICE, in btif_storage_load_bonded_devices() 895 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_TYPE_OF_DEVICE, in btif_storage_load_bonded_devices() 900 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_UUIDS, in btif_storage_load_bonded_devices() 905 btif_remote_properties_evt(BT_STATUS_SUCCESS, p_remote_addr, num_props, in btif_storage_load_bonded_devices()
|