Home
last modified time | relevance | path

Searched refs:server_if (Results 1 – 12 of 12) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_api.c121 void BTA_GATTS_AppDeregister(tBTA_GATTS_IF server_if) in BTA_GATTS_AppDeregister() argument
127 p_buf->server_if = server_if; in BTA_GATTS_AppDeregister()
153 void BTA_GATTS_CreateService(tBTA_GATTS_IF server_if, const tBT_UUID * p_service_uuid, UINT8 inst, in BTA_GATTS_CreateService() argument
161 p_buf->server_if = server_if; in BTA_GATTS_CreateService()
520 void BTA_GATTS_Open(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct, in BTA_GATTS_Open() argument
527 p_buf->server_if = server_if; in BTA_GATTS_Open()
552 void BTA_GATTS_CancelOpen(tBTA_GATTS_IF server_if, BD_ADDR remote_bda, BOOLEAN is_direct) in BTA_GATTS_CancelOpen() argument
558 p_buf->server_if = server_if; in BTA_GATTS_CancelOpen()
590 void BTA_GATTS_SendServiceChangeIndication(tBTA_GATTS_IF server_if, BD_ADDR remote_bda) in BTA_GATTS_SendServiceChangeIndication() argument
597 p_buf->server_if = server_if; in BTA_GATTS_SendServiceChangeIndication()
[all …]
Dbta_gatts_act.c201 cb_data.reg_oper.server_if = BTA_GATTS_INVALID_IF; in bta_gatts_register()
211 cb_data.reg_oper.server_if = in bta_gatts_register()
220 p_buf->server_if = p_cb->rcb[first_unuse].gatt_if; in bta_gatts_register()
253 if (bta_gatts_find_app_rcb_by_app_if(p_msg->int_start_if.server_if)) { in bta_gatts_start_if()
254 GATT_StartIf(p_msg->int_start_if.server_if); in bta_gatts_start_if()
257 p_msg->int_start_if.server_if ); in bta_gatts_start_if()
276 cb_data.reg_oper.server_if = p_msg->api_dereg.server_if; in bta_gatts_deregister()
280 if (p_cb->rcb[i].in_use && p_cb->rcb[i].gatt_if == p_msg->api_dereg.server_if) { in bta_gatts_deregister()
318 rcb_idx = bta_gatts_find_app_rcb_idx_by_app_if(p_cb, p_msg->api_create_svc.server_if); in bta_gatts_create_srvc()
343 cb_data.create.server_if = p_cb->rcb[rcb_idx].gatt_if; in bta_gatts_create_srvc()
[all …]
Dbta_gatts_utils.c87 tBTA_GATTS_RCB *bta_gatts_find_app_rcb_by_app_if(tBTA_GATTS_IF server_if) in bta_gatts_find_app_rcb_by_app_if() argument
93 if (p_reg->in_use && p_reg->gatt_if == server_if) { in bta_gatts_find_app_rcb_by_app_if()
110 UINT8 bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_IF server_if) in bta_gatts_find_app_rcb_idx_by_app_if() argument
115 if (p_cb->rcb[i].in_use && p_cb->rcb[i].gatt_if == server_if) { in bta_gatts_find_app_rcb_idx_by_app_if()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gatts_int.h76 tBTA_GATTS_IF server_if; member
83 tBTA_GATTS_IF server_if; member
143 tBTA_GATTS_IF server_if; member
154 tBTA_GATTS_IF server_if; member
160 tBTA_GATTS_IF server_if; member
258 extern tBTA_GATTS_RCB *bta_gatts_find_app_rcb_by_app_if(tBTA_GATTS_IF server_if);
259 extern UINT8 bta_gatts_find_app_rcb_idx_by_app_if(tBTA_GATTS_CB *p_cb, tBTA_GATTS_IF server_if);
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h583 tBTA_GATTS_IF server_if; member
590 tBTA_GATTS_IF server_if; member
599 tBTA_GATTS_IF server_if; member
606 tBTA_GATTS_IF server_if; member
613 tBTA_GATTS_IF server_if; member
620 tBTA_GATTS_IF server_if; member
648 tBTA_GATTS_IF server_if; member
653 tBTA_GATTS_IF server_if; member
658 tBTA_GATTS_IF server_if; member
1309 extern void BTA_GATTS_AppDeregister(tBTA_GATTS_IF server_if);
[all …]
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c39 esp_gatts_if_t server_if; variable
58 server_if = p_data->reg_oper.server_if; in bas_gatts_callback()
60 event, status, server_if); in bas_gatts_callback()
63 bas_init(server_if, app_id); in bas_gatts_callback()
66 DIS_Init(server_if, mask); in bas_gatts_callback()
73 BT_BD_ADDR_HEX(p_data->conn.remote_bda), p_data->conn.server_if, in bas_gatts_callback()
84 p_data->create.server_if, p_data->create.service_id, in bas_gatts_callback()
103 p_data->add_result.server_if, p_data->add_result.service_id, in bas_gatts_callback()
143 p_data->add_result.server_if, p_data->add_result.service_id, in bas_gatts_callback()
150 BTC_TRACE_ERROR("start service:server_if=%d,service_id=0x%x\n", p_data->srvc_oper.server_if, in bas_gatts_callback()
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c38 static uint8_t server_if; variable
113 …tt_if %d\n", p_data->reg_oper.status, p_data->reg_oper.uuid.uu.uuid16, p_data->reg_oper.server_if); in blufi_profile_cb()
120 blufi_env.gatt_if = p_data->reg_oper.server_if; in blufi_profile_cb()
133 …TRACE_DEBUG("DEREG: status %d, gatt_if %d\n", p_data->reg_oper.status, p_data->reg_oper.server_if); in blufi_profile_cb()
306 BT_BD_ADDR_HEX(p_data->conn.remote_bda), p_data->conn.server_if, in blufi_profile_cb()
320 server_if = p_data->conn.server_if; in blufi_profile_cb()
331 BT_BD_ADDR_HEX(p_data->conn.remote_bda), p_data->conn.server_if, in blufi_profile_cb()
429 rc = esp_blufi_close(server_if, conn_id); in esp_blufi_disconnect()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/wechat_AirSync/
Dwx_airsync_prf.c59 airsync_cb_env.gatt_if = p_data->reg_oper.server_if; in airsync_profile_cb()
170 esp_gatts_if_t server_if ; in AirSync_CreateService() local
174 server_if = airsync_cb_env.gatt_if; in AirSync_CreateService()
177 esp_ble_gatts_create_srvc(server_if, &uuid, inst, num_handle, true); in AirSync_CreateService()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c72 button_cb_env.gatt_if = p_data->reg_oper.server_if; in button_profile_cb()
192 esp_gatts_if_t server_if ; in Button_CreateService() local
196 server_if = button_cb_env.gatt_if; in Button_CreateService()
202 esp_ble_gatts_create_srvc(server_if, &uuid, inst, num_handle, true); in Button_CreateService()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gatts.c769 gatts_if = p_data->reg_oper.server_if; in btc_gatts_cb_handler()
777 gatts_if = p_data->reg_oper.server_if; in btc_gatts_cb_handler()
848 gatts_if = p_data->create.server_if; in btc_gatts_cb_handler()
858 gatts_if = p_data->add_result.server_if; in btc_gatts_cb_handler()
866 gatts_if = p_data->add_result.server_if; in btc_gatts_cb_handler()
875 gatts_if = p_data->add_result.server_if; in btc_gatts_cb_handler()
884 gatts_if = p_data->srvc_oper.server_if; in btc_gatts_cb_handler()
891 gatts_if = p_data->srvc_oper.server_if; in btc_gatts_cb_handler()
898 gatts_if = p_data->srvc_oper.server_if; in btc_gatts_cb_handler()
915 gatts_if = p_data->conn.server_if; in btc_gatts_cb_handler()
[all …]
/hal_espressif-latest/components/bt/common/api/include/api/
Desp_blufi_api.h154 uint8_t server_if; /*!< server interface */ member
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c541 bt_mesh_gatts_if = p_data->reg_oper.server_if; in bt_mesh_bta_gatts_cb()