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
590
/* Special handling for adapter BD_ADDR and
BONDED_DEVICES
*/
602
btif_bonded_devices_t
bonded_devices
;
local
604
btif_in_fetch_bonded_devices(&
bonded_devices
, 0);
606
BTIF_TRACE_DEBUG("%s: Number of bonded devices: %d Property:BT_PROPERTY_ADAPTER_BONDED_DEVICES", __FUNCTION__,
bonded_devices
.num_devices);
608
if (
bonded_devices
.num_devices > 0)
610
property->len =
bonded_devices
.num_devices * sizeof(bt_bdaddr_t);
611
memcpy(property->val,
bonded_devices
.devices, property->len);
614
/* if there are no
bonded_devices
, then length shall be 0 */
838
btif_
bonded_devices
_t
bonded_devices
;
local
[
all
...]
btif_core.c
899
bt_bdaddr_t
bonded_devices
[BTM_SEC_MAX_DEVICE_RECORDS];
local
927
/*
BONDED_DEVICES
*/
929
sizeof(
bonded_devices
),
bonded_devices
);
[
all
...]
Completed in 41 milliseconds