Searched refs:p_app_uuid (Results 1 – 4 of 4) sorted by relevance
/system/bt/bta/gatt/ |
D | bta_gatts_api.c | 83 void BTA_GATTS_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTS_CBACK *p_cback) in BTA_GATTS_AppRegister() argument 93 if (p_app_uuid != NULL) in BTA_GATTS_AppRegister() 94 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTS_AppRegister()
|
D | bta_gattc_api.c | 85 void BTA_GATTC_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTC_CBACK *p_client_cb) in BTA_GATTC_AppRegister() argument 94 if (p_app_uuid != NULL) in BTA_GATTC_AppRegister() 95 memcpy(&p_buf->app_uuid, p_app_uuid, sizeof(tBT_UUID)); in BTA_GATTC_AppRegister()
|
D | bta_gattc_act.c | 189 tBT_UUID *p_app_uuid = &p_data->api_reg.app_uuid; in bta_gattc_register() local 206 …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() 215 memcpy(&p_cb->cl_rcb[i].app_uuid, p_app_uuid, sizeof(tBT_UUID)); in bta_gattc_register() 235 if (p_app_uuid != NULL) in bta_gattc_register() 236 memcpy(&(cb_data.reg_oper.app_uuid),p_app_uuid,sizeof(tBT_UUID)); in bta_gattc_register()
|
/system/bt/bta/include/ |
D | bta_gatt_api.h | 635 extern void BTA_GATTC_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTC_CBACK *p_client_cb); 1045 extern void BTA_GATTS_AppRegister(tBT_UUID *p_app_uuid, tBTA_GATTS_CBACK *p_cback);
|