Home
last modified time | relevance | path

Searched refs:esp_gatt_status_t (Results 1 – 25 of 31) sorted by relevance

12

/hal_espressif-3.6.0/components/bt/host/bluedroid/api/include/api/
Desp_gatts_api.h64 esp_gatt_status_t status; /*!< Operation status */
121 esp_gatt_status_t status; /*!< Operation status */
136 esp_gatt_status_t status; /*!< Operation status */
145 esp_gatt_status_t status; /*!< Operation status */
154 esp_gatt_status_t status; /*!< Operation status */
164 esp_gatt_status_t status; /*!< Operation status */
174 esp_gatt_status_t status; /*!< Operation status */
182 esp_gatt_status_t status; /*!< Operation status */
190 esp_gatt_status_t status; /*!< Operation status */
217 esp_gatt_status_t status; /*!< Operation status */
[all …]
Desp_gattc_api.h82 esp_gatt_status_t status; /*!< Operation status */
90 esp_gatt_status_t status; /*!< Operation status */
100 esp_gatt_status_t status; /*!< Operation status */
110 esp_gatt_status_t status; /*!< Operation status */
119 esp_gatt_status_t status; /*!< Operation status */
140 esp_gatt_status_t status; /*!< Operation status */
151 esp_gatt_status_t status; /*!< Operation status */
161 esp_gatt_status_t status; /*!< Operation status */
195 esp_gatt_status_t status; /*!< Operation status */
203 esp_gatt_status_t status; /*!< Operation status */
[all …]
Desp_gatt_defs.h227 } esp_gatt_status_t; typedef
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_gattc.h206 esp_gatt_status_t btc_ble_gattc_get_service(uint16_t conn_id, esp_bt_uuid_t *svc_uuid,
209 esp_gatt_status_t btc_ble_gattc_get_all_char(uint16_t conn_id,
214 esp_gatt_status_t btc_ble_gattc_get_all_descr(uint16_t conn_id,
218 esp_gatt_status_t btc_ble_gattc_get_char_by_uuid(uint16_t conn_id,
224 esp_gatt_status_t btc_ble_gattc_get_descr_by_uuid(uint16_t conn_id,
232 esp_gatt_status_t btc_ble_gattc_get_descr_by_char_handle(uint16_t conn_id,
238 esp_gatt_status_t btc_ble_gattc_get_include_service(uint16_t conn_id,
245 esp_gatt_status_t btc_ble_gattc_get_attr_count(uint16_t conn_id,
252 esp_gatt_status_t btc_ble_gattc_get_db(uint16_t conn_id, uint16_t start_handle, uint16_t end_handle,
Dbtc_gatts.h123 esp_gatt_status_t status;
173 esp_gatt_status_t btc_gatts_get_attr_value(uint16_t attr_handle, uint16_t *length, uint8_t **value);
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c226 static esp_gatt_status_t btc_gattc_check_valid_param(int num, uint16_t offset) in btc_gattc_check_valid_param()
307 esp_gatt_status_t btc_ble_gattc_get_service(uint16_t conn_id, esp_bt_uuid_t *svc_uuid, in btc_ble_gattc_get_service()
311 esp_gatt_status_t status; in btc_ble_gattc_get_service()
346 esp_gatt_status_t btc_ble_gattc_get_all_char(uint16_t conn_id, in btc_ble_gattc_get_all_char()
352 esp_gatt_status_t status; in btc_ble_gattc_get_all_char()
375 esp_gatt_status_t btc_ble_gattc_get_all_descr(uint16_t conn_id, in btc_ble_gattc_get_all_descr()
380 esp_gatt_status_t status; in btc_ble_gattc_get_all_descr()
403 esp_gatt_status_t btc_ble_gattc_get_char_by_uuid(uint16_t conn_id, in btc_ble_gattc_get_char_by_uuid()
410 esp_gatt_status_t status; in btc_ble_gattc_get_char_by_uuid()
435 esp_gatt_status_t btc_ble_gattc_get_descr_by_uuid(uint16_t conn_id, in btc_ble_gattc_get_descr_by_uuid()
[all …]
Dbtc_gatts.c31 static esp_gatt_status_t btc_gatts_check_valid_attr_tab(esp_gatts_attr_db_t *gatts_attr_db,
428 static esp_gatt_status_t btc_gatts_check_valid_attr_tab(esp_gatts_attr_db_t *gatts_attr_db, in btc_gatts_check_valid_attr_tab()
495 esp_gatt_status_t btc_gatts_get_attr_value(uint16_t attr_handle, uint16_t *length, uint8_t **value) in btc_gatts_get_attr_value()
/hal_espressif-3.6.0/components/bt/host/bluedroid/api/
Desp_gattc_api.c160 esp_gatt_status_t esp_ble_gattc_get_service(esp_gatt_if_t gattc_if, uint16_t conn_id, esp_bt_uuid_t… in esp_ble_gattc_get_service()
174 esp_gatt_status_t esp_ble_gattc_get_all_char(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_all_char()
196 esp_gatt_status_t esp_ble_gattc_get_all_descr(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_all_descr()
216 esp_gatt_status_t esp_ble_gattc_get_char_by_uuid(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_char_by_uuid()
240 esp_gatt_status_t esp_ble_gattc_get_descr_by_uuid(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_descr_by_uuid()
259 esp_gatt_status_t esp_ble_gattc_get_descr_by_char_handle(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_descr_by_char_handle()
281 esp_gatt_status_t esp_ble_gattc_get_include_service(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_include_service()
304 esp_gatt_status_t esp_ble_gattc_get_attr_count(esp_gatt_if_t gattc_if, in esp_ble_gattc_get_attr_count()
327 esp_gatt_status_t esp_ble_gattc_get_db(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t start_han… in esp_ble_gattc_get_db()
Desp_gatts_api.c283 esp_gatt_status_t status, esp_gatt_rsp_t *rsp) in esp_ble_gatts_send_response()
320 esp_gatt_status_t esp_ble_gatts_get_attr_value(uint16_t attr_handle, uint16_t *length, const uint8_… in esp_ble_gatts_get_attr_value()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c65 esp_gatt_status_t status = p_data->reg_oper.status; in bas_gatts_callback()
292 esp_gatt_status_t st = ESP_GATT_NOT_FOUND; in bas_s_read_attr_value()
344 esp_gatt_status_t st = ESP_GATT_NOT_FOUND; in bas_s_write_attr_value()
496 void bas_service_cmpl(UINT16 service_id, esp_gatt_status_t status) in bas_service_cmpl()
512 esp_gatt_status_t st, UINT8 event, tBA_RSP_DATA *p_rsp) in Battery_Rsp()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gattc_multi_connect/main/
Dgattc_multi_connect.c197 esp_gatt_status_t status = esp_ble_gattc_get_attr_count( gattc_if, in gattc_profile_a_event_handler()
243 esp_gatt_status_t ret_status = esp_ble_gattc_get_attr_count( gattc_if, in gattc_profile_a_event_handler()
397 esp_gatt_status_t status = esp_ble_gattc_get_attr_count( gattc_if, in gattc_profile_b_event_handler()
445 esp_gatt_status_t ret_status = esp_ble_gattc_get_attr_count( gattc_if, in gattc_profile_b_event_handler()
596 esp_gatt_status_t status = esp_ble_gattc_get_attr_count( gattc_if, in gattc_profile_c_event_handler()
643 esp_gatt_status_t ret_status = esp_ble_gattc_get_attr_count( gattc_if, in gattc_profile_c_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/esp/include/
Dbutton_pro.h112 esp_gatt_status_t button_init(but_prf_cb_t call_back);
/hal_espressif-3.6.0/components/esp_hid/src/
Dble_hidh.c61 static esp_gatt_status_t s_read_status = ESP_GATT_OK;
63 static esp_gatt_status_t read_char(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t handle, esp_g… in read_char()
79 static esp_gatt_status_t read_descr(esp_gatt_if_t gattc_if, uint16_t conn_id, uint16_t handle, esp_… in read_descr()
590esp_gatt_status_t s = read_char(hid_gattc_if, dev->ble.conn_id, report->handle, ESP_GATT_AUTH_REQ_… in esp_ble_hidh_dev_report_read()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_client/main/
Dgattc_demo.c170 esp_gatt_status_t status = esp_ble_gattc_get_attr_count( gattc_if, in gattc_profile_event_handler()
217 esp_gatt_status_t ret_status = esp_ble_gattc_get_attr_count( gattc_if, in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_throughput/throughput_client/main/
Dexample_ble_client_throughput.c200 esp_gatt_status_t status = esp_ble_gattc_get_attr_count( gattc_if, in gattc_profile_event_handler()
247 esp_gatt_status_t ret_status = esp_ble_gattc_get_attr_count( gattc_if, in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_security_client/main/
Dexample_ble_sec_gattc_demo.c222 esp_gatt_status_t ret_status = esp_ble_gattc_get_attr_count(gattc_if, in gattc_profile_event_handler()
276 esp_gatt_status_t ret_status = esp_ble_gattc_get_attr_count(gattc_if, in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble_50/ble50_security_client/main/
Dble50_sec_gattc_demo.c265 esp_gatt_status_t ret_status = esp_ble_gattc_get_attr_count(gattc_if, in gattc_profile_event_handler()
319 esp_gatt_status_t ret_status = esp_ble_gattc_get_attr_count(gattc_if, in gattc_profile_event_handler()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_ancs/main/
Dble_ancs_demo.c379 esp_gatt_status_t ret_status = esp_ble_gattc_get_attr_count(gattc_if, in gattc_profile_event_handler()
451 esp_gatt_status_t ret_status = esp_ble_gattc_get_attr_count(gattc_if, in gattc_profile_event_handler()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/std/dis/
Ddis_profile.c108 UINT8 dis_write_attr_value(tGATT_WRITE_REQ *p_data, esp_gatt_status_t *p_status) in dis_write_attr_value()
/hal_espressif-3.6.0/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c294 esp_gatt_status_t button_init (but_prf_cb_t call_back) in button_init()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/coex/gattc_gatts_coex/main/
Dgattc_gatts_coex.c378 esp_gatt_status_t status = esp_ble_gattc_get_attr_count( gattc_if, in gattc_profile_event_handler()
425 esp_gatt_status_t ret_status = esp_ble_gattc_get_attr_count( gattc_if, in gattc_profile_event_handler()
526 esp_gatt_status_t status = ESP_GATT_OK; in example_write_event_env()
/hal_espressif-3.6.0/components/protocomm/src/transports/
Dprotocomm_ble.c106 esp_gatt_status_t status = ESP_OK; in transport_simple_ble_read()
150 esp_gatt_status_t status = ESP_GATT_OK; in prepare_write_event_env()
/hal_espressif-3.6.0/examples/system/ota/advanced_https_ota/main/ble_helper/
Dbluedroid_gatts.c107 esp_gatt_status_t status = ESP_GATT_OK; in example_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/gatt_server_service_table/main/
Dgatts_table_creat_demo.c285 esp_gatt_status_t status = ESP_GATT_OK; in example_prepare_write_event_env()
/hal_espressif-3.6.0/examples/bluetooth/bluedroid/ble/ble_compatibility_test/main/
Dble_compatibility_test.c389 esp_gatt_status_t status = ESP_GATT_OK; in example_prepare_write_event_env()

12