Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c367 return GATT_INTERNAL_ERROR; in attp_send_msg_to_l2cap()
515 att_ret = GATT_INTERNAL_ERROR; in attp_cl_send_cmd()
Dgatt_cl.c139 UINT8 rt = GATT_INTERNAL_ERROR; in gatt_act_read()
267 rt = GATT_INTERNAL_ERROR; in gatt_act_write()
272 rt = GATT_INTERNAL_ERROR; in gatt_act_write()
884 gatt_end_operation(p_clcb, GATT_INTERNAL_ERROR, (void *)p); in gatt_process_read_by_type_rsp()
Dgatt_auth.c79 gatt_end_operation(p_clcb, GATT_INTERNAL_ERROR, NULL); in gatt_sign_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h52 #define GATT_INTERNAL_ERROR 0x81 macro
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h109 #define BTA_GATT_INTERNAL_ERROR GATT_INTERNAL_ERROR /* 0x81 */
/hal_espressif-latest/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c1583 tBTA_GATT_STATUS status = GATT_INTERNAL_ERROR; in bta_gattc_search()