OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bd_addr
(Results
226 - 250
of
291
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/bluetooth/bluedroid/stack/avdt/
avdt_int.h
428
BD_ADDR
peer_addr; /* BD address of peer */
563
extern tAVDT_CCB *avdt_ccb_by_bd(
BD_ADDR
bd_addr
);
564
extern tAVDT_CCB *avdt_ccb_alloc(
BD_ADDR
bd_addr
);
/external/bluetooth/bluedroid/stack/btm/
btm_ble_gap.c
64
static void btm_ble_process_adv_pkt_cont(
BD_ADDR
bda, UINT8 addr_type, UINT8 evt_type, UINT8 *p);
230
BOOLEAN BTM_BleUpdateAdvWhitelist(BOOLEAN add_remove,
BD_ADDR
remote_bda)
252
BD_ADDR
p_addr_ptr= {0};
635
BD_ADDR
bda;
650
memcpy(bda, match_rec->
bd_addr
, BD_ADDR_LEN);
[
all
...]
btm_pm.c
88
static int btm_pm_find_acl_ind(
BD_ADDR
remote_bda);
185
tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id,
BD_ADDR
remote_bda, tBTM_PM_PWR_MD *p_mode)
293
tBTM_STATUS BTM_ReadPowerMode (
BD_ADDR
remote_bda, tBTM_PM_MODE *p_mode)
322
tBTM_STATUS BTM_SetSsrParams (
BD_ADDR
remote_bda, UINT16 max_lat,
416
static int btm_pm_find_acl_ind(
BD_ADDR
remote_bda)
981
tBTM_STATUS BTM_SetPowerMode (UINT8 pm_id,
BD_ADDR
remote_bda, tBTM_PM_PWR_MD *p_mode)
986
tBTM_STATUS BTM_ReadPowerMode (
BD_ADDR
remote_bda, tBTM_PM_MODE *p_mode)
[
all
...]