OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bonded_devices
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/btif/src/
btif_storage.c
587
/* Special handling for adapter BD_ADDR and
BONDED_DEVICES
*/
599
btif_bonded_devices_t
bonded_devices
;
local
601
btif_in_fetch_bonded_devices(&
bonded_devices
, 0);
603
BTIF_TRACE_DEBUG2("%s: Number of bonded devices: %d Property:BT_PROPERTY_ADAPTER_BONDED_DEVICES", __FUNCTION__,
bonded_devices
.num_devices);
605
if (
bonded_devices
.num_devices > 0)
607
property->len =
bonded_devices
.num_devices * sizeof(bt_bdaddr_t);
608
memcpy(property->val,
bonded_devices
.devices, property->len);
611
/* if there are no
bonded_devices
, then length shall be 0 */
823
btif_bonded_devices_t
bonded_devices
;
local
[
all
...]
btif_core.c
879
bt_bdaddr_t
bonded_devices
[BTM_SEC_MAX_DEVICE_RECORDS];
local
907
/*
BONDED_DEVICES
*/
909
sizeof(
bonded_devices
),
bonded_devices
);
[
all
...]
Completed in 21 milliseconds