Home
last modified time | relevance | path

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

/system/bt/bta/gatt/
Dbta_gatts_act.c285 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gatts_deregister()
335 cb_data.create.status = BTA_GATT_ERROR; in bta_gatts_create_srvc()
367 cb_data.status = BTA_GATT_ERROR; in bta_gatts_create_srvc()
410 cb_data.add_result.status = BTA_GATT_ERROR; in bta_gatts_add_include_srvc()
446 cb_data.add_result.status = BTA_GATT_ERROR; in bta_gatts_add_char()
482 cb_data.add_result.status = BTA_GATT_ERROR; in bta_gatts_add_char_descr()
515 cb_data.srvc_oper.status = BTA_GATT_ERROR; in bta_gatts_delete_service()
548 cb_data.srvc_oper.status = BTA_GATT_ERROR; in bta_gatts_start_service()
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()
[all …]
Dbta_gattc_act.c209 status = BTA_GATT_ERROR; in bta_gattc_register()
401 cb_data.status = BTA_GATT_ERROR; in bta_gattc_process_api_open_cancel()
455 cb_data.status=BTA_GATT_ERROR; in bta_gattc_cancel_open_error()
497 BTA_GATT_ERROR, in bta_gattc_open_fail()
564 status = BTA_GATT_ERROR; in bta_gattc_init_bk_conn()
612 cb_data.status = BTA_GATT_ERROR; in bta_gattc_cancel_bk_conn()
677 cb_data.status = BTA_GATT_ERROR; in bta_gattc_cancel_open()
773 cb_data.close.status = BTA_GATT_ERROR; in bta_gattc_close_fail()
863 bta_gattc_reset_discover_st(p_clcb->p_srcb, BTA_GATT_ERROR); in bta_gattc_disc_close()
2027 cb_data.reg_oper.status = BTA_GATT_ERROR; in bta_gattc_listen()
Dbta_gattc_api.c691 return BTA_GATT_ERROR; in BTA_GATTC_DeregisterForNotifications()
Dbta_gattc_cache.c375 tBTA_GATT_STATUS status = BTA_GATT_ERROR; in bta_gattc_discover_pri_service()
843 return BTA_GATT_ERROR; in bta_gattc_sdp_service_disc()
/system/bt/bta/include/
Dbta_gatt_api.h86 #define BTA_GATT_ERROR GATT_ERROR /* 0x85 */ macro
/system/bt/bta/dm/
Dbta_dm_act.c5531 bta_dm_gatt_disc_complete(bta_dm_search_cb.conn_id, (tBTA_GATT_STATUS) BTA_GATT_ERROR); in bta_dm_cancel_gatt_discovery()
5618 … bta_dm_gatt_disc_complete((UINT16)BTA_GATT_INVALID_CONN_ID, (tBTA_GATT_STATUS) BTA_GATT_ERROR); in bta_dm_gattc_callback()