Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gatts_act.c246 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gatts_deregister()
297 cb_data.create.status = BTA_GATT_ERROR; in bta_gatts_create_srvc()
330 cb_data.status = BTA_GATT_ERROR; in bta_gatts_create_srvc()
375 cb_data.add_result.status = BTA_GATT_ERROR; in bta_gatts_add_include_srvc()
413 cb_data.add_result.status = BTA_GATT_ERROR; in bta_gatts_add_char()
451 cb_data.add_result.status = BTA_GATT_ERROR; in bta_gatts_add_char_descr()
484 cb_data.srvc_oper.status = BTA_GATT_ERROR; in bta_gatts_delete_service()
517 cb_data.srvc_oper.status = BTA_GATT_ERROR; in bta_gatts_start_service()
626 tBTA_GATT_STATUS status= BTA_GATT_ERROR; in bta_gatts_open()
657 tBTA_GATT_STATUS status= BTA_GATT_ERROR; in bta_gatts_cancel_open()
[all …]
Dbta_gattc_act.c110 cb_data.reg_oper.status = BTA_GATT_ERROR; in bta_gattc_register()
367 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gattc_process_api_open_cancel()
406 tBTA_GATT_STATUS status=BTA_GATT_ERROR; in bta_gattc_cancel_open_error()
501 status = BTA_GATT_ERROR; in bta_gattc_init_bk_conn()
543 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gattc_cancel_bk_conn()
597 tBTA_GATT_STATUS status=BTA_GATT_ERROR; in bta_gattc_cancel_open()
685 cb_data.close.status = BTA_GATT_ERROR; in bta_gattc_close_fail()
892 op_cmpl.status = BTA_GATT_ERROR; in bta_gattc_read()
961 status = BTA_GATT_ERROR; in bta_gattc_read_multi()
1009 status = BTA_GATT_ERROR; in bta_gattc_write()
[all …]
Dbta_gattc_cache.c442 return BTA_GATT_ERROR; in bta_gattc_discover_pri_service()
878 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gattc_sdp_service_disc()
1254 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gattc_find_record()
1422 status = BTA_GATT_ERROR; in bta_gattc_query_cache()
1430 status = (p_clcb->state == BTA_GATTC_DISCOVER_ST) ? BTA_GATT_BUSY : BTA_GATT_ERROR; in bta_gattc_query_cache()
Dbta_gattc_api.c919 status = BTA_GATT_ERROR; in BTA_GATTC_DeregisterForNotifications()
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h85 #define BTA_GATT_ERROR GATT_ERROR /* 0x0085 */ macro
/external/bluetooth/bluedroid/bta/dm/
Dbta_dm_act.c4789 bta_dm_gatt_disc_complete(bta_dm_search_cb.conn_id, (tBTA_GATT_STATUS) BTA_GATT_ERROR); in bta_dm_cancel_gatt_discovery()
4875 … bta_dm_gatt_disc_complete((UINT16)BTA_GATT_INVALID_CONN_ID, (tBTA_GATT_STATUS) BTA_GATT_ERROR); in bta_dm_gattc_callback()