Home
last modified time | relevance | path

Searched refs:p_client_cb (Results 1 – 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_api.c88 void BTA_GATTC_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTC_CBACK *p_client_cb) in BTA_GATTC_AppRegister() argument
102 p_buf->p_cback = p_client_cb; in BTA_GATTC_AppRegister()
/external/libnfc-nxp/src/
DphLibNfc_ndef_raw.c1617 pphLibNfc_RspCb_t p_client_cb = NULL; in phLibNfc_Ndef_ReadOnly_Cb() local
1656 p_client_cb = gpphLibContext->ndef_cntx.pClientNdefFmtCb; in phLibNfc_Ndef_ReadOnly_Cb()
1662 if (NULL != p_client_cb) in phLibNfc_Ndef_ReadOnly_Cb()
1665 p_client_cb (p_upper_layer_ctxt, ret_status); in phLibNfc_Ndef_ReadOnly_Cb()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h666 BTA_API extern void BTA_GATTC_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTC_CBACK *p_client_cb);