Searched refs:exec_write (Results 1 – 10 of 10) sorted by relevance
196 UINT8 exec_write = p_data->req_data.p_data->exec_write; in bas_gatts_callback() local198 event, exec_write, trans_id, conn_id); in bas_gatts_callback()
228 BLUFI_TRACE_DEBUG("exec write exec %d\n", p_data->req_data.p_data->exec_write); in blufi_profile_cb()233 if (blufi_env.prepare_buf && p_data->req_data.p_data->exec_write == GATT_PREP_WRITE_EXEC) { in blufi_profile_cb()
815 param.exec_write.conn_id = BTC_GATT_GET_CONN_ID(p_data->req_data.conn_id); in btc_gatts_cb_handler()816 param.exec_write.trans_id = p_data->req_data.trans_id; in btc_gatts_cb_handler()817 memcpy(param.exec_write.bda, p_data->req_data.remote_bda, ESP_BD_ADDR_LEN); in btc_gatts_cb_handler()821 param.exec_write.exec_write_flag = p_data->req_data.p_data->exec_write; in btc_gatts_cb_handler()
681 BTA_GATTC_ExecuteWrite(arg->exec_write.conn_id, arg->exec_write.is_execute); in btc_gattc_execute_write()
99 …} exec_write; /*!< Callback parameter for the event `ESP_GATTS_EXEC_WRITE_EV… member
167 } exec_write; member
610 p_cmd = attp_build_exec_write_cmd(op_code, p_msg->exec_write); in attp_send_cl_msg()
799 arg.exec_write.conn_id = BTC_GATT_CREATE_CONN_ID(gattc_if, conn_id); in esp_ble_gattc_execute_write()800 arg.exec_write.is_execute = is_execute; in esp_ble_gattc_execute_write()
397 tGATT_EXEC_FLAG exec_write; /* execute write */ member
130 tGATT_EXEC_FLAG exec_write; /* execute write */ member