OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:target_bda
(Results
1 - 5
of
5
) sorted by null
/system/bt/bta/gatt/
bta_gatts_api.c
474
void BTA_GATTS_Listen(tBTA_GATTS_IF server_if, BOOLEAN start, BD_ADDR_PTR
target_bda
)
482
if (
target_bda
) {
484
memcpy(p_buf->remote_bda,
target_bda
, BD_ADDR_LEN);
bta_gattc_api.c
731
void BTA_GATTC_Listen(tBTA_GATTC_IF client_if, BOOLEAN start, BD_ADDR_PTR
target_bda
)
739
if (
target_bda
) {
741
memcpy(p_buf->remote_bda,
target_bda
, BD_ADDR_LEN);
/system/bt/btif/src/
btif_av.c
81
bt_bdaddr_t *
target_bda
;
member in struct:__anon72221
233
connect_req.
target_bda
= (bt_bdaddr_t*)&peer_addr;
331
memcpy(&btif_av_cb.peer_bda, ((btif_av_connect_req_t*)p_data)->
target_bda
,
[
all
...]
/system/bt/bta/include/
bta_gatt_api.h
[
all
...]
/system/bt/stack/btm/
btm_ble_privacy.c
59
** Parameters
target_bda
: target device address
[
all
...]
Completed in 796 milliseconds