Home
last modified time | relevance | path

Searched refs:BTA_GATT_ERROR (Results 1 – 7 of 7) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gatts_act.c271 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gatts_deregister()
316 cb_data.create.status = BTA_GATT_ERROR; in bta_gatts_create_srvc()
345 cb_data.status = BTA_GATT_ERROR; in bta_gatts_create_srvc()
386 cb_data.add_result.status = BTA_GATT_ERROR; in bta_gatts_add_include_srvc()
434 cb_data.add_result.status = BTA_GATT_ERROR; in bta_gatts_add_char()
484 cb_data.add_result.status = BTA_GATT_ERROR; in bta_gatts_add_char_descr()
573 cb_data.srvc_oper.status = BTA_GATT_ERROR; in bta_gatts_delete_service()
604 cb_data.srvc_oper.status = BTA_GATT_ERROR; in bta_gatts_start_service()
754 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gatts_open()
793 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gatts_cancel_open()
[all …]
Dbta_gattc_co.c251 status = BTA_GATT_ERROR; in bta_gattc_co_cache_open()
278 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gattc_co_cache_load()
287 status = (err_code == ESP_OK && length != 0) ? BTA_GATT_OK : BTA_GATT_ERROR; in bta_gattc_co_cache_load()
336 status = (err_code == ESP_OK) ? BTA_GATT_OK : BTA_GATT_ERROR; in bta_gattc_co_cache_save()
338 status = BTA_GATT_ERROR; in bta_gattc_co_cache_save()
Dbta_gattc_act.c220 status = BTA_GATT_ERROR; in bta_gattc_register()
395 cb_data.status = BTA_GATT_ERROR; in bta_gattc_process_api_open_cancel()
446 cb_data.status = BTA_GATT_ERROR; in bta_gattc_cancel_open_error()
489 BTA_GATT_ERROR, in bta_gattc_open_fail()
592 status = BTA_GATT_ERROR; in bta_gattc_init_bk_conn()
635 cb_data.status = BTA_GATT_ERROR; in bta_gattc_cancel_bk_conn()
690 cb_data.status = BTA_GATT_ERROR; in bta_gattc_cancel_open()
833 cb_data.close.status = BTA_GATT_ERROR; in bta_gattc_close_fail()
921 bta_gattc_reset_discover_st(p_clcb->p_srcb, BTA_GATT_ERROR); in bta_gattc_disc_close()
1898 gattc_cb.set_assoc.status = BTA_GATT_ERROR; in bta_gattc_process_api_cache_assoc()
[all …]
Dbta_gattc_cache.c458 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gattc_discover_pri_service()
948 return BTA_GATT_ERROR; in bta_gattc_sdp_service_disc()
Dbta_gattc_api.c998 return BTA_GATT_ERROR; in BTA_GATTC_DeregisterForNotifications()
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h113 #define BTA_GATT_ERROR GATT_ERROR /* 0x85 */ macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c6601 bta_dm_gatt_disc_complete(bta_dm_search_cb.conn_id, (tBTA_GATT_STATUS) BTA_GATT_ERROR); in bta_dm_cancel_gatt_discovery()
6691 … bta_dm_gatt_disc_complete((UINT16)BTA_GATT_INVALID_CONN_ID, (tBTA_GATT_STATUS) BTA_GATT_ERROR); in bta_dm_gattc_callback()