Searched refs:p_remote_addr (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.c | 942 bt_bdaddr_t *p_remote_addr; in btif_storage_load_bonded_devices() local 945 p_remote_addr = &bonded_devices.devices[i]; in btif_storage_load_bonded_devices() 947 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_BDNAME, in btif_storage_load_bonded_devices() 952 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_REMOTE_FRIENDLY_NAME, in btif_storage_load_bonded_devices() 957 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_CLASS_OF_DEVICE, in btif_storage_load_bonded_devices() 962 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_TYPE_OF_DEVICE, in btif_storage_load_bonded_devices() 967 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_UUIDS, in btif_storage_load_bonded_devices() 972 btif_remote_properties_evt(BT_STATUS_SUCCESS, p_remote_addr, in btif_storage_load_bonded_devices()
|