Searched refs:reg_oper (Results 1 – 12 of 12) sorted by relevance
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/ |
D | esp_blufi.c | 113 … %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() 115 if (p_data->reg_oper.status != BTA_GATT_OK) { in blufi_profile_cb() 120 blufi_env.gatt_if = p_data->reg_oper.server_if; in blufi_profile_cb() 124 if (p_data->reg_oper.uuid.uu.uuid16 == BLUFI_APP_UUID) { in blufi_profile_cb() 133 …BLUFI_TRACE_DEBUG("DEREG: status %d, gatt_if %d\n", p_data->reg_oper.status, p_data->reg_oper.serv… in blufi_profile_cb() 135 if (p_data->reg_oper.status != BTA_GATT_OK) { in blufi_profile_cb()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/ |
D | button_pro.c | 67 BTC_TRACE_ERROR("p_data->reg_oper.status = %x\n", p_data->reg_oper.status); in button_profile_cb() 68 BTC_TRACE_ERROR("(p_data->reg_oper.uuid.uu.uuid16=%x\n", p_data->reg_oper.uuid.uu.uuid16); in button_profile_cb() 69 if (p_data->reg_oper.status != BTA_GATT_OK) { in button_profile_cb() 72 button_cb_env.gatt_if = p_data->reg_oper.server_if; in button_profile_cb() 76 if (p_data->reg_oper.uuid.uu.uuid16 == ATT_SVC_BUTTON) { in button_profile_cb()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/ |
D | wx_airsync_prf.c | 56 if (p_data->reg_oper.status != BTA_GATT_OK) { in airsync_profile_cb() 59 airsync_cb_env.gatt_if = p_data->reg_oper.server_if; in airsync_profile_cb() 62 if (p_data->reg_oper.uuid.uu.uuid16 == ATT_SVC_AIRSYNC) { in airsync_profile_cb()
|
/hal_espressif-latest/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() 902 cb_data.reg_oper.status = BTA_GATT_OK; in bta_gatts_listen() 903 cb_data.reg_oper.server_if = p_msg->api_listen.server_if; in bta_gatts_listen()
|
D | bta_gattc_act.c | 205 cb_data.reg_oper.status = BTA_GATT_NO_RESOURCES; in bta_gattc_register() 227 cb_data.reg_oper.client_if = p_cb->cl_rcb[i].client_if; in bta_gattc_register() 249 memcpy(&(cb_data.reg_oper.app_uuid), p_app_uuid, sizeof(tBT_UUID)); in bta_gattc_register() 251 cb_data.reg_oper.status = status; in bta_gattc_register() 1724 cb_data.reg_oper.client_if = client_if; in bta_gattc_deregister_cmpl() 1725 cb_data.reg_oper.status = BTA_GATT_OK; in bta_gattc_deregister_cmpl() 2344 cb_data.reg_oper.status = BTA_GATT_ERROR; in bta_gattc_listen() 2345 cb_data.reg_oper.client_if = p_msg->api_listen.client_if; in bta_gattc_listen() 2408 cb_data.reg_oper.client_if = p_msg->api_listen.client_if; in bta_gattc_broadcast() 2409 cb_data.reg_oper.status = BTM_BleBroadcast(p_msg->api_listen.start, NULL); in bta_gattc_broadcast()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/ |
D | btc_gattc.c | 808 tBTA_GATTC_REG *reg_oper = &arg->reg_oper; in btc_gattc_cb_handler() local 810 gattc_if = reg_oper->client_if; in btc_gattc_cb_handler() 811 param.reg.status = reg_oper->status; in btc_gattc_cb_handler() 812 param.reg.app_id = reg_oper->app_uuid.uu.uuid16; in btc_gattc_cb_handler() 817 tBTA_GATTC_REG *reg_oper = &arg->reg_oper; in btc_gattc_cb_handler() local 819 gattc_if = reg_oper->client_if; in btc_gattc_cb_handler()
|
D | btc_gatts.c | 769 gatts_if = p_data->reg_oper.server_if; in btc_gatts_cb_handler() 770 param.reg.status = p_data->reg_oper.status; in btc_gatts_cb_handler() 771 param.reg.app_id = p_data->reg_oper.uuid.uu.uuid16; in btc_gatts_cb_handler() 777 gatts_if = p_data->reg_oper.server_if; in btc_gatts_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/ |
D | battery_prf.c | 57 esp_gatt_status_t status = p_data->reg_oper.status; in bas_gatts_callback() 58 server_if = p_data->reg_oper.server_if; in bas_gatts_callback()
|
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/ |
D | mesh_bearer_adapt.c | 540 if (p_data->reg_oper.status == BTA_GATT_OK) { in bt_mesh_bta_gatts_cb() 541 bt_mesh_gatts_if = p_data->reg_oper.server_if; in bt_mesh_bta_gatts_cb() 1332 if (p_data->reg_oper.status == BTA_GATT_OK) { in bt_mesh_bta_gattc_cb() 1337 if (p_data->reg_oper.app_uuid.len == LEN_UUID_128 && in bt_mesh_bta_gattc_cb() 1338 !memcmp(p_data->reg_oper.app_uuid.uu.uuid128, uuid, 16)) { in bt_mesh_bta_gattc_cb() 1339 bt_mesh_gattc_if = p_data->reg_oper.client_if; in bt_mesh_bta_gattc_cb()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_gatt_api.h | 435 tBTA_GATTC_REG reg_oper; /* registration data */ member 662 tBTA_GATTS_REG_OPER reg_oper; member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_le.c | 2735 bta_hh_le_register_cmpl(&p_data->reg_oper); in bta_hh_gattc_callback() 2739 bta_hh_cleanup_disable(p_data->reg_oper.status); in bta_hh_gattc_callback()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/ |
D | bta_dm_act.c | 6663 APPL_TRACE_DEBUG("BTA_GATTC_REG_EVT client_if = %d", p_data->reg_oper.client_if); in bta_dm_gattc_callback() 6664 if (p_data->reg_oper.status == BTA_GATT_OK) { in bta_dm_gattc_callback() 6665 bta_dm_search_cb.client_if = p_data->reg_oper.client_if; in bta_dm_gattc_callback()
|