Searched refs:p_clreg (Results 1 - 4 of 4) sorted by relevance

/system/bt/bta/gatt/
H A Dbta_gattc_api.cc631 tBTA_GATTC_RCB* p_clreg; local
640 p_clreg = bta_gattc_cl_get_regcb(client_if);
641 if (p_clreg != NULL) {
643 if (p_clreg->notif_reg[i].in_use &&
644 p_clreg->notif_reg[i].remote_bda == bda &&
645 p_clreg->notif_reg[i].handle == handle) {
653 if (!p_clreg->notif_reg[i].in_use) {
654 memset((void*)&p_clreg->notif_reg[i], 0,
657 p_clreg->notif_reg[i].in_use = true;
658 p_clreg
699 tBTA_GATTC_RCB* p_clreg = bta_gattc_cl_get_regcb(client_if); local
[all...]
H A Dbta_gattc_act.cc62 static void bta_gattc_deregister_cmpl(tBTA_GATTC_RCB* p_clreg);
218 void bta_gattc_deregister(tBTA_GATTC_RCB* p_clreg) { argument
222 if (p_clreg != NULL) {
227 (1 << (p_clreg->client_if - 1))) {
228 bta_gattc_mark_bg_conn(p_clreg->client_if,
230 GATT_CancelConnect(p_clreg->client_if,
236 if (p_clreg->num_clcb > 0) {
240 (bta_gattc_cb.clcb[i].p_rcb == p_clreg)) {
241 p_clreg->dereg_pending = true;
249 bta_gattc_deregister_cmpl(p_clreg);
267 tBTA_GATTC_RCB* p_clreg = bta_gattc_cl_get_regcb(p_msg->api_conn.client_if); local
303 tBTA_GATTC_RCB* p_clreg; local
329 tBTA_GATTC_RCB* p_clreg; local
436 bta_gattc_init_bk_conn(tBTA_GATTC_API_OPEN* p_data, tBTA_GATTC_RCB* p_clreg) argument
487 tBTA_GATTC_RCB* p_clreg; local
643 tBTA_GATTC_RCB* p_clreg = p_clcb->p_rcb; local
1288 bta_gattc_deregister_cmpl(tBTA_GATTC_RCB* p_clreg) argument
1695 tBTA_GATTC_RCB* p_clreg = bta_gattc_cl_get_regcb(gatt_if); local
1714 tBTA_GATTC_RCB* p_clreg = bta_gattc_cl_get_regcb(gatt_if); local
[all...]
H A Dbta_gattc_utils.cc412 bool bta_gattc_check_notif_registry(tBTA_GATTC_RCB* p_clreg, argument
418 if (p_clreg->notif_reg[i].in_use &&
419 p_clreg->notif_reg[i].remote_bda == p_srcb->server_bda &&
420 p_clreg->notif_reg[i].handle == p_notify->handle) {
565 void bta_gattc_send_open_cback(tBTA_GATTC_RCB* p_clreg, tBTA_GATT_STATUS status, argument
570 if (p_clreg->p_cback) {
574 cb_data.open.client_if = p_clreg->client_if;
580 (*p_clreg->p_cback)(BTA_GATTC_OPEN_EVT, &cb_data);
H A Dbta_gattc_int.h345 extern void bta_gattc_deregister(tBTA_GATTC_RCB* p_clreg);
391 tBTA_GATTC_RCB* p_clreg);
393 extern void bta_gattc_send_open_cback(tBTA_GATTC_RCB* p_clreg,
426 extern bool bta_gattc_check_notif_registry(tBTA_GATTC_RCB* p_clreg,

Completed in 68 milliseconds