Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/gatt/
Dgatt_cl.c121 UINT8 rt = GATT_INTERNAL_ERROR; in gatt_act_read()
250 rt = GATT_INTERNAL_ERROR; in gatt_act_write()
256 rt = GATT_INTERNAL_ERROR; in gatt_act_write()
868 gatt_end_operation(p_clcb, GATT_INTERNAL_ERROR, (void *)p); in gatt_process_read_by_type_rsp()
Datt_protocol.c466 cmd_sent = GATT_INTERNAL_ERROR; in attp_send_sr_msg()
503 att_ret = GATT_INTERNAL_ERROR; in attp_cl_send_cmd()
Dgatt_auth.c76 gatt_end_operation(p_clcb, GATT_INTERNAL_ERROR, NULL); in gatt_sign_data()
/external/bluetooth/bluedroid/stack/include/
Dgatt_api.h50 #define GATT_INTERNAL_ERROR 0x0081 macro
/external/bluetooth/bluedroid/bta/include/
Dbta_gatt_api.h81 #define BTA_GATT_INTERNAL_ERROR GATT_INTERNAL_ERROR /* 0x0081 */
/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_act.c1316 tBTA_GATT_STATUS status = GATT_INTERNAL_ERROR; in bta_gattc_search()