Searched refs:p_remote_addr (Results 1 – 1 of 1) sorted by relevance
/system/bt/btif/src/ |
D | btif_storage.c | 919 bt_bdaddr_t *p_remote_addr; in btif_storage_load_bonded_devices() local 928 p_remote_addr = &bonded_devices.devices[i]; in btif_storage_load_bonded_devices() 930 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_BDNAME, in btif_storage_load_bonded_devices() 935 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_REMOTE_FRIENDLY_NAME, in btif_storage_load_bonded_devices() 940 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_CLASS_OF_DEVICE, in btif_storage_load_bonded_devices() 945 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_TYPE_OF_DEVICE, in btif_storage_load_bonded_devices() 950 BTIF_STORAGE_GET_REMOTE_PROP(p_remote_addr, BT_PROPERTY_UUIDS, in btif_storage_load_bonded_devices() 955 btif_remote_properties_evt(BT_STATUS_SUCCESS, p_remote_addr, in btif_storage_load_bonded_devices()
|