Home
last modified time | relevance | path

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

/system/bt/bta/include/
Dbta_gatt_api.h108 typedef UINT8 tBTA_GATT_STATUS; typedef
248 tBTA_GATT_STATUS status;
256 tBTA_GATT_STATUS status;
264 tBTA_GATT_STATUS status;
271 tBTA_GATT_STATUS status;
277 tBTA_GATT_STATUS status;
289 tBTA_GATT_STATUS status;
295 tBTA_GATT_STATUS status;
305 tBTA_GATT_STATUS status;
330 tBTA_GATT_STATUS status;
[all …]
/system/bt/bta/gatt/
Dbta_gattc_cache.c49 static tBTA_GATT_STATUS bta_gattc_sdp_service_disc(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb);
160 tBTA_GATT_STATUS bta_gattc_init_cache(tBTA_GATTC_SERV *p_srvc_cb) in bta_gattc_init_cache()
200 static tBTA_GATT_STATUS bta_gattc_add_srvc_to_cache(tBTA_GATTC_SERV *p_srvc_cb, in bta_gattc_add_srvc_to_cache()
228 static tBTA_GATT_STATUS bta_gattc_add_char_to_cache(tBTA_GATTC_SERV *p_srvc_cb, in bta_gattc_add_char_to_cache()
274 static tBTA_GATT_STATUS bta_gattc_add_attr_to_cache(tBTA_GATTC_SERV *p_srvc_cb, in bta_gattc_add_attr_to_cache()
371 tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, in bta_gattc_discover_pri_service()
375 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gattc_discover_pri_service()
396 tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, in bta_gattc_discover_procedure()
433 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()
446 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_gattc_int.h338 tBTA_GATT_STATUS status;
445 extern void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status,
479 extern tBTA_GATT_STATUS bta_gattc_discover_procedure(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb, …
480 extern tBTA_GATT_STATUS bta_gattc_discover_pri_service(UINT16 conn_id, tBTA_GATTC_SERV *p_server_cb…
488 extern tBTA_GATT_STATUS bta_gattc_init_cache(tBTA_GATTC_SERV *p_srvc_cb);
491 extern void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status);
Dbta_gatts_act.c186 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gatts_register()
285 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gatts_deregister()
615 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER; in bta_gatts_indicate_handle()
684 tBTA_GATT_STATUS status= BTA_GATT_ERROR; in bta_gatts_open()
724 tBTA_GATT_STATUS status= BTA_GATT_ERROR; in bta_gatts_cancel_open()
759 tBTA_GATT_STATUS status= BTA_GATT_ERROR; in bta_gatts_close()
Dbta_gattc_act.c56 tBTA_GATT_STATUS status,
101 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status);
190 tBTA_GATT_STATUS status = BTA_GATT_NO_RESOURCES; in bta_gattc_register()
553 tBTA_GATT_STATUS status = BTA_GATT_NO_RESOURCES; in bta_gattc_init_bk_conn()
834 void bta_gattc_reset_discover_st(tBTA_GATTC_SERV *p_srcb, tBTA_GATT_STATUS status) in bta_gattc_reset_discover_st()
934 tBTA_GATT_STATUS status; in bta_gattc_cfg_mtu()
1094 tBTA_GATT_STATUS status = GATTC_Read(p_clcb->bta_conn_id, GATT_READ_BY_HANDLE, &read_param); in bta_gattc_read()
1116 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_read_multi()
1158 tBTA_GATT_STATUS status = BTA_GATT_OK; in bta_gattc_write()
1192 tBTA_GATT_STATUS status; in bta_gattc_execute()
[all …]
Dbta_gattc_api.c593 tBTA_GATT_STATUS BTA_GATTC_RegisterForNotifications (tBTA_GATTC_IF client_if, in BTA_GATTC_RegisterForNotifications()
597 tBTA_GATT_STATUS status = BTA_GATT_ILLEGAL_PARAMETER; in BTA_GATTC_RegisterForNotifications()
663 tBTA_GATT_STATUS BTA_GATTC_DeregisterForNotifications (tBTA_GATTC_IF client_if, in BTA_GATTC_DeregisterForNotifications()
Dbta_gatts_int.h129 tBTA_GATT_STATUS status;
Dbta_gatts_api.c364 tBTA_GATT_STATUS status, tBTA_GATTS_RSP *p_msg) in BTA_GATTS_SendRsp()
Dbta_gattc_utils.c632 void bta_gattc_send_open_cback( tBTA_GATTC_RCB *p_clreg, tBTA_GATT_STATUS status, in bta_gattc_send_open_cback()
/system/bt/bta/hh/
Dbta_hh_le.c62 static void bta_hh_le_register_scpp_notif(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status);
63 static void bta_hh_le_register_scpp_notif_cmpl(tBTA_HH_DEV_CB *p_dev_cb, tBTA_GATT_STATUS status);
2688 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()
2722 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()
/system/bt/bta/dm/
Dbta_dm_act.c5413 static void bta_dm_gatt_disc_complete(UINT16 conn_id, tBTA_GATT_STATUS status) in bta_dm_gatt_disc_complete()
5532 bta_dm_gatt_disc_complete(bta_dm_search_cb.conn_id, (tBTA_GATT_STATUS) BTA_GATT_ERROR); in bta_dm_cancel_gatt_discovery()
5619 … bta_dm_gatt_disc_complete((UINT16)BTA_GATT_INVALID_CONN_ID, (tBTA_GATT_STATUS) BTA_GATT_ERROR); in bta_dm_gattc_callback()
/system/bt/btif/src/
Dbtif_gatt_client.c1105 tBTA_GATT_STATUS status; in btgattc_handle_event()