Searched refs:reg_oper (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/esp/ble_button/ |
D | button_pro.c | 75 BTC_TRACE_ERROR("p_data->reg_oper.status = %x\n", p_data->reg_oper.status); in button_profile_cb() 76 BTC_TRACE_ERROR("(p_data->reg_oper.uuid.uu.uuid16=%x\n", p_data->reg_oper.uuid.uu.uuid16); in button_profile_cb() 77 if (p_data->reg_oper.status != BTA_GATT_OK) { in button_profile_cb() 80 button_cb_env.gatt_if = p_data->reg_oper.server_if; in button_profile_cb() 84 if (p_data->reg_oper.uuid.uu.uuid16 == ATT_SVC_BUTTON) { in button_profile_cb()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/ |
D | wx_airsync_prf.c | 64 if (p_data->reg_oper.status != BTA_GATT_OK) { in airsync_profile_cb() 67 airsync_cb_env.gatt_if = p_data->reg_oper.server_if; in airsync_profile_cb() 70 if (p_data->reg_oper.uuid.uu.uuid16 == ATT_SVC_AIRSYNC) { in airsync_profile_cb()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/gatt/ |
D | bta_gatts_act.c | 201 cb_data.reg_oper.server_if = BTA_GATTS_INVALID_IF; in bta_gatts_register() 203 memcpy(&cb_data.reg_oper.uuid, &p_msg->api_reg.app_uuid, sizeof(tBT_UUID)); in bta_gatts_register() 211 cb_data.reg_oper.server_if = in bta_gatts_register() 233 cb_data.reg_oper.status = status; in bta_gatts_register() 276 cb_data.reg_oper.server_if = p_msg->api_dereg.server_if; in bta_gatts_deregister() 277 cb_data.reg_oper.status = status; in bta_gatts_deregister() 289 cb_data.reg_oper.status = status; in bta_gatts_deregister() 889 cb_data.reg_oper.status = BTA_GATT_OK; in bta_gatts_listen() 890 cb_data.reg_oper.server_if = p_msg->api_listen.server_if; in bta_gatts_listen()
|
D | bta_gattc_act.c | 198 cb_data.reg_oper.status = BTA_GATT_NO_RESOURCES; in bta_gattc_register() 216 cb_data.reg_oper.client_if = p_cb->cl_rcb[i].client_if; in bta_gattc_register() 238 memcpy(&(cb_data.reg_oper.app_uuid), p_app_uuid, sizeof(tBT_UUID)); in bta_gattc_register() 240 cb_data.reg_oper.status = status; in bta_gattc_register() 1657 cb_data.reg_oper.client_if = client_if; in bta_gattc_deregister_cmpl() 1658 cb_data.reg_oper.status = BTA_GATT_OK; in bta_gattc_deregister_cmpl() 2272 cb_data.reg_oper.status = BTA_GATT_ERROR; in bta_gattc_listen() 2273 cb_data.reg_oper.client_if = p_msg->api_listen.client_if; in bta_gattc_listen() 2336 cb_data.reg_oper.client_if = p_msg->api_listen.client_if; in bta_gattc_broadcast() 2337 cb_data.reg_oper.status = BTM_BleBroadcast(p_msg->api_listen.start, NULL); in bta_gattc_broadcast()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/esp/blufi/ |
D | blufi_prf.c | 103 … %d, app_uuid %04x, gatt_if %d\n", p_data->reg_oper.status, p_data->reg_oper.uuid.uu.uuid16, p_dat… in blufi_profile_cb() 105 if (p_data->reg_oper.status != BTA_GATT_OK) { in blufi_profile_cb() 110 blufi_env.gatt_if = p_data->reg_oper.server_if; in blufi_profile_cb() 114 if (p_data->reg_oper.uuid.uu.uuid16 == BLUFI_APP_UUID) { in blufi_profile_cb() 123 …BLUFI_TRACE_DEBUG("DEREG: status %d, gatt_if %d\n", p_data->reg_oper.status, p_data->reg_oper.serv… in blufi_profile_cb() 125 if (p_data->reg_oper.status != BTA_GATT_OK) { in blufi_profile_cb()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 796 tBTA_GATTC_REG *reg_oper = &arg->reg_oper; in btc_gattc_cb_handler() local 798 gattc_if = reg_oper->client_if; in btc_gattc_cb_handler() 799 param.reg.status = reg_oper->status; in btc_gattc_cb_handler() 800 param.reg.app_id = reg_oper->app_uuid.uu.uuid16; in btc_gattc_cb_handler() 805 tBTA_GATTC_REG *reg_oper = &arg->reg_oper; in btc_gattc_cb_handler() local 807 gattc_if = reg_oper->client_if; in btc_gattc_cb_handler()
|
D | btc_gatts.c | 765 gatts_if = p_data->reg_oper.server_if; in btc_gatts_cb_handler() 766 param.reg.status = p_data->reg_oper.status; in btc_gatts_cb_handler() 767 param.reg.app_id = p_data->reg_oper.uuid.uu.uuid16; in btc_gatts_cb_handler() 773 gatts_if = p_data->reg_oper.server_if; in btc_gatts_cb_handler()
|
/hal_espressif-2.7.6/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 519 if (p_data->reg_oper.status == BTA_GATT_OK) { in bt_mesh_bta_gatts_cb() 520 bt_mesh_gatts_if = p_data->reg_oper.server_if; in bt_mesh_bta_gatts_cb() 1303 if (p_data->reg_oper.status == BTA_GATT_OK) { in bt_mesh_bta_gattc_cb() 1308 if (p_data->reg_oper.app_uuid.len == LEN_UUID_128 && in bt_mesh_bta_gattc_cb() 1309 !memcmp(p_data->reg_oper.app_uuid.uu.uuid128, uuid, 16)) { in bt_mesh_bta_gattc_cb() 1310 bt_mesh_gattc_if = p_data->reg_oper.client_if; in bt_mesh_bta_gattc_cb()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 65 esp_gatt_status_t status = p_data->reg_oper.status; in bas_gatts_callback() 66 server_if = p_data->reg_oper.server_if; in bas_gatts_callback()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 432 tBTA_GATTC_REG reg_oper; /* registration data */ member 657 tBTA_GATTS_REG_OPER reg_oper; member
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_le.c | 2733 bta_hh_le_register_cmpl(&p_data->reg_oper); in bta_hh_gattc_callback() 2737 bta_hh_cleanup_disable(p_data->reg_oper.status); in bta_hh_gattc_callback()
|
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 6361 APPL_TRACE_DEBUG("BTA_GATTC_REG_EVT client_if = %d", p_data->reg_oper.client_if); in bta_dm_gattc_callback() 6362 if (p_data->reg_oper.status == BTA_GATT_OK) { in bta_dm_gattc_callback() 6363 bta_dm_search_cb.client_if = p_data->reg_oper.client_if; in bta_dm_gattc_callback()
|