Searched refs:server_bda (Results 1 - 8 of 8) sorted by relevance

/external/bluetooth/bluedroid/btif/co/
H A Dbta_gattc_co.c39 ** Parameter server_bda: server bd address of this cache belongs to
47 void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt, UINT16 conn_id, BOOLEAN to_save) argument
52 bta_gattc_ci_cache_open(server_bda, evt, status, conn_id);
62 ** Parameter server_bda: server bd address of this cache belongs to
70 void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 start_index, UINT16 conn_id) argument
76 bta_gattc_ci_cache_load(server_bda, evt, num_attr, attr, status, conn_id);
85 ** Parameter server_bda: server bd address of this cache belongs to
94 void bta_gattc_co_cache_save (BD_ADDR server_bda, UINT16 evt, UINT16 num_attr, argument
99 bta_gattc_ci_cache_save(server_bda, evt, status, conn_id);
109 ** Parameter server_bda
115 bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id) argument
133 bta_gattc_co_cache_reset(BD_ADDR server_bda) argument
[all...]
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gattc_co.h36 ** Parameter server_bda: server bd address of this cache belongs to
44 BTA_API extern void bta_gattc_co_cache_open(BD_ADDR server_bda, UINT16 evt,
54 ** Parameter server_bda: server bd address of this cache belongs to
60 BTA_API extern void bta_gattc_co_cache_close(BD_ADDR server_bda, UINT16 conn_id);
69 ** Parameter server_bda: server bd address of this cache belongs to
78 BTA_API extern void bta_gattc_co_cache_save(BD_ADDR server_bda, UINT16 evt,
89 ** Parameter server_bda: server bd address of this cache belongs to
97 BTA_API extern void bta_gattc_co_cache_load(BD_ADDR server_bda, UINT16 evt,
107 ** Parameter server_bda: server bd address of this cache belongs to
112 BTA_API extern void bta_gattc_co_cache_reset(BD_ADDR server_bda);
[all...]
H A Dbta_gattc_ci.h67 ** Parameters server_bda - server BDA of this cache.
74 BTA_API extern void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt,
84 ** Parameters server_bda - server BDA of this cache.
93 BTA_API extern void bta_gattc_ci_cache_load(BD_ADDR server_bda, UINT16 evt,
104 ** Parameters server_bda - server BDA of this cache.
111 BTA_API extern void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt,
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_ci.c44 ** Parameters server_bda - server BDA of this cache.
51 void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, argument
73 ** Parameters server_bda - server BDA of this cache.
82 void bta_gattc_ci_cache_load(BD_ADDR server_bda, UINT16 evt, UINT16 num_attr, argument
114 ** Parameters server_bda - server BDA of this cache.
123 void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, argument
H A Dbta_gattc_act.c833 L2CA_EnableUpdateBleConnParams(p_srcb->server_bda, FALSE);
932 L2CA_EnableUpdateBleConnParams(p_clcb->p_srcb->server_bda, TRUE);
949 bta_gattc_co_cache_reset(p_clcb->p_srcb->server_bda);
1466 bta_gattc_co_cache_open(p_clcb->p_srcb->server_bda, BTA_GATTC_CI_CACHE_OPEN_EVT,
1487 bta_gattc_co_cache_load(p_clcb->p_srcb->server_bda,
1511 bta_gattc_co_cache_close(p_clcb->p_srcb->server_bda, p_clcb->bta_conn_id);
1531 bta_gattc_co_cache_close(p_clcb->p_srcb->server_bda, 0);
1549 bta_gattc_co_cache_load(p_clcb->p_srcb->server_bda,
1580 bta_gattc_co_cache_close(p_clcb->p_srcb->server_bda, 0);
1822 (* p_clrcb->p_cback)(BTA_GATTC_SRVC_CHG_EVT, (tBTA_GATTC *)p_srcb->server_bda);
[all...]
H A Dbta_gattc_utils.c325 if (p_srcb->in_use && bdcmp(p_srcb->server_bda, bda) == 0)
347 if (bdcmp(p_srcb->server_bda, bda) == 0)
414 bdcpy(p_tcb->server_bda, bda);
703 bdcmp(p_clreg->notif_reg[i].remote_bda, p_srcb->server_bda) == 0 &&
H A Dbta_gattc_cache.c464 if (BTM_IsBleLink(p_server_cb->server_bda))
597 bta_gattc_co_cache_open(p_srvc_cb->server_bda, BTA_GATTC_CI_CACHE_OPEN_EVT,
907 if(!SDP_ServiceSearchAttributeRequest (p_server_cb->server_bda, bta_gattc_cb.p_sdp_db, &bta_gattc_sdp_callback))
1607 bta_gattc_co_cache_save(p_srvc_cb->server_bda, BTA_GATTC_CI_CACHE_SAVE_EVT, i,
H A Dbta_gattc_int.h300 BD_ADDR server_bda; member in struct:__anon551

Completed in 127 milliseconds