Home
last modified time | relevance | path

Searched refs:tBTA_GATT_STATUS (Results 1 – 19 of 19) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gattc_ci.h36 tBTA_GATT_STATUS status;
44 tBTA_GATT_STATUS status;
73 tBTA_GATT_STATUS status, UINT16 conn_id);
93 tBTA_GATT_STATUS status, UINT16 conn_id);
110 tBTA_GATT_STATUS status, UINT16 conn_id);
Dbta_gatt_api.h140 typedef UINT8 tBTA_GATT_STATUS; typedef
298 tBTA_GATT_STATUS status;
305 tBTA_GATT_STATUS status;
312 tBTA_GATT_STATUS status;
319 tBTA_GATT_STATUS status;
324 tBTA_GATT_STATUS status;
330 tBTA_GATT_STATUS status;
343 tBTA_GATT_STATUS status;
348 tBTA_GATT_STATUS status;
357 tBTA_GATT_STATUS status;
[all …]
Dbta_gattc_co.h45 extern tBTA_GATT_STATUS bta_gattc_co_cache_open(BD_ADDR server_bda, BOOLEAN to_save, UINT8 *index);
96 extern tBTA_GATT_STATUS bta_gattc_co_cache_load(tBTA_GATTC_NV_ATTR *attr, UINT8 index);
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_ci.c52 void bta_gattc_ci_cache_open(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_open()
84 tBTA_GATTC_NV_ATTR *p_attr, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_load()
123 void bta_gattc_ci_cache_save(BD_ADDR server_bda, UINT16 evt, tBTA_GATT_STATUS status, in bta_gattc_ci_cache_save()
Dbta_gattc_cache.c65 static tBTA_GATT_STATUS bta_gattc_sdp_service_disc(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb);
174 tBTA_GATT_STATUS bta_gattc_init_cache(tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_init_cache()
260 static tBTA_GATT_STATUS bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV *p_srvc_cb, in bta_gattc_add_srvc_to_cache()
303 static tBTA_GATT_STATUS bta_gattc_add_char_to_cache(tBTA_GATTC_SERV *p_srvc_cb, in bta_gattc_add_char_to_cache()
352 static tBTA_GATT_STATUS bta_gattc_add_attr_to_cache(tBTA_GATTC_SERV *p_srvc_cb, in bta_gattc_add_attr_to_cache()
454 tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, in bta_gattc_discover_pri_service()
458 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gattc_discover_pri_service()
481 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, in bta_gattc_discover_procedure()
515 tBTA_GATT_STATUS bta_gattc_start_disc_include_srvc(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_start_disc_include_srvc()
528 tBTA_GATT_STATUS bta_gattc_start_disc_char(UINT16 conn_id, tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_start_disc_char()
[all …]
Dbta_gatts_act.c176 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gatts_register()
271 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gatts_deregister()
510 tBTA_GATT_STATUS gatts_status; in bta_gatts_set_attr_value()
672 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER; in bta_gatts_indicate_handle()
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()
827 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gatts_close()
871 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gatts_send_service_change_indication()
Dbta_gattc_co.c246 tBTA_GATT_STATUS bta_gattc_co_cache_open(BD_ADDR server_bda, BOOLEAN to_save, UINT8 *index) in bta_gattc_co_cache_open()
249 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_co_cache_open()
273 tBTA_GATT_STATUS bta_gattc_co_cache_load(tBTA_GATTC_NV_ATTR *attr, UINT8 index) in bta_gattc_co_cache_load()
278 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gattc_co_cache_load()
325 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_co_cache_save()
Dbta_gattc_act.c63 tBTA_GATT_STATUS status,
112 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status);
200 tBTA_GATT_STATUS status = BTA_GATT_NO_RESOURCES; in bta_gattc_register()
579 tBTA_GATT_STATUS status = BTA_GATT_NO_RESOURCES; in bta_gattc_init_bk_conn()
760 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_conn()
894 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status) in bta_gattc_reset_discover_st()
987 tBTA_GATT_STATUS status; in bta_gattc_cfg_mtu()
1152 tBTA_GATT_STATUS status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_HANDLE, &read_param); in bta_gattc_read()
1181 tBTA_GATT_STATUS status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_TYPE, &read_param); in bta_gattc_read_by_type()
1198 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_read_multi()
[all …]
Dbta_gatts_api.c454 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg) in BTA_GATTS_SendRsp()
500 tBTA_GATT_STATUS BTA_GetAttributeValue(UINT16 attr_handle, UINT16 *length, UINT8 **value) in BTA_GetAttributeValue()
Dbta_gattc_api.c909 tBTA_GATT_STATUS BTA_GATTC_RegisterForNotifications (tBTA_GATTC_IF client_if, in BTA_GATTC_RegisterForNotifications()
913 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER; in BTA_GATTC_RegisterForNotifications()
970 tBTA_GATT_STATUS BTA_GATTC_DeregisterForNotifications (tBTA_GATTC_IF client_if, in BTA_GATTC_DeregisterForNotifications()
Dbta_gattc_utils.c754 void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status, in bta_gattc_send_open_cback()
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/include/
Dbta_gattc_int.h379 tBTA_GATT_STATUS status;
499 extern void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
541 extern tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, …
542 extern tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb…
568 extern tBTA_GATT_STATUS bta_gattc_init_cache(tBTA_GATTC_SERV *p_srvc_cb);
571 extern void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status);
Dbta_gatts_int.h124 tBTA_GATT_STATUS status;
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Ddis_api.h299 extern void bas_service_cmpl(UINT16 service_id, tBTA_GATT_STATUS status);
/hal_espressif-latest/components/bt/common/btc/profile/esp/blufi/bluedroid_host/
Desp_blufi.c161 tBTA_GATT_STATUS status = GATT_SUCCESS; in blufi_profile_cb()
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c82 static void bta_hh_le_register_scpp_notif(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status);
83 static void bta_hh_le_register_scpp_notif_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status);
2919 static void bta_hh_le_register_scpp_notif(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status) in bta_hh_le_register_scpp_notif()
2959 static void bta_hh_le_register_scpp_notif_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status) in bta_hh_le_register_scpp_notif_cmpl()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/gatt/
Dbtc_gattc.c686 tBTA_GATT_STATUS status; in btc_gattc_reg_for_notify()
701 tBTA_GATT_STATUS status; in btc_gattc_unreg_for_notify()
/hal_espressif-latest/components/bt/host/bluedroid/bta/dm/
Dbta_dm_act.c6478 static void bta_dm_gatt_disc_complete(UINT16 conn_id, tBTA_GATT_STATUS status) in bta_dm_gatt_disc_complete()
6601 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()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/bluedroid_host/
Dmesh_bearer_adapt.c1411 tBTA_GATT_STATUS status = 0U; in bt_mesh_bta_gattc_cb()