OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bonded_devices
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_storage.c
592
/* Special handling for adapter BD_ADDR and
BONDED_DEVICES
*/
604
btif_bonded_devices_t
bonded_devices
;
local
606
btif_in_fetch_bonded_devices(&
bonded_devices
, 0);
608
BTIF_TRACE_DEBUG2("%s: Number of bonded devices: %d Property:BT_PROPERTY_ADAPTER_BONDED_DEVICES", __FUNCTION__,
bonded_devices
.num_devices);
610
if (
bonded_devices
.num_devices > 0)
612
property->len =
bonded_devices
.num_devices * sizeof(bt_bdaddr_t);
613
memcpy(property->val,
bonded_devices
.devices, property->len);
616
/* if there are no
bonded_devices
, then length shall be 0 */
828
btif_bonded_devices_t
bonded_devices
;
local
[
all
...]
btif_core.c
891
bt_bdaddr_t
bonded_devices
[BTM_SEC_MAX_DEVICE_RECORDS];
local
919
/*
BONDED_DEVICES
*/
921
sizeof(
bonded_devices
),
bonded_devices
);
[
all
...]
Completed in 1097 milliseconds