Home
last modified time | relevance | path

Searched refs:p_app_uuid (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c86 void BTA_GATTS_AppRegister(const tBT_UUID * p_app_uuid, tBTA_GATTS_CBACK *p_cback) in BTA_GATTS_AppRegister() argument
98 if (p_app_uuid != NULL) { in BTA_GATTS_AppRegister()
99 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AppRegister()
Dbta_gattc_api.c85 void BTA_GATTC_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTC_CBACK *p_client_cb) in BTA_GATTC_AppRegister() argument
95 if (p_app_uuid != NULL) { in BTA_GATTC_AppRegister()
96 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTC_AppRegister()
Dbta_gattc_act.c198 tBT_UUID *p_app_uuid = &p_data->api_reg.app_uuid; in bta_gattc_register() local
218 …if ((p_app_uuid == NULL) || (p_cb->cl_rcb[i].client_if = GATT_Register(p_app_uuid, &bta_gattc_cl_c… in bta_gattc_register()
224 memcpy(&p_cb->cl_rcb[i].app_uuid, p_app_uuid, sizeof(tBT_UUID)); in bta_gattc_register()
248 if (p_app_uuid != NULL) { in bta_gattc_register()
249 memcpy(&(cb_data.reg_oper.app_uuid), p_app_uuid, sizeof(tBT_UUID)); in bta_gattc_register()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h785 extern void BTA_GATTC_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTC_CBACK *p_client_cb);
1295 extern void BTA_GATTS_AppRegister(const tBT_UUID * p_app_uuid, tBTA_GATTS_CBACK *p_cback);