Home
last modified time | relevance | path

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

/system/bt/stack/gatt/
Dgatt_api.cc236 return GATT_INTERNAL_ERROR; in GATTS_AddService()
264 return GATT_INTERNAL_ERROR; in GATTS_AddService()
302 return GATT_INTERNAL_ERROR; in GATTS_AddService()
310 return GATT_INTERNAL_ERROR; in GATTS_AddService()
321 return GATT_INTERNAL_ERROR; in GATTS_AddService()
331 return GATT_INTERNAL_ERROR; in GATTS_AddService()
Datt_protocol.cc335 return GATT_INTERNAL_ERROR; in attp_send_msg_to_l2cap()
457 att_ret = GATT_INTERNAL_ERROR; in attp_cl_send_cmd()
Dgatt_cl.cc132 uint8_t rt = GATT_INTERNAL_ERROR; in gatt_act_read()
244 rt = GATT_INTERNAL_ERROR; in gatt_act_write()
249 rt = GATT_INTERNAL_ERROR; in gatt_act_write()
803 gatt_end_operation(p_clcb, GATT_INTERNAL_ERROR, (void*)p); in gatt_process_read_by_type_rsp()
Dgatt_auth.cc76 gatt_end_operation(p_clcb, GATT_INTERNAL_ERROR, NULL); in gatt_sign_data()
/system/bt/stack/include/
Dgatt_api.h50 #define GATT_INTERNAL_ERROR 0x81 macro
/system/bt/bta/include/
Dbta_gatt_api.h74 #define BTA_GATT_INTERNAL_ERROR GATT_INTERNAL_ERROR /* 0x81 */
/system/bt/bta/gatt/
Dbta_gattc_act.cc1263 tBTA_GATT_STATUS status = GATT_INTERNAL_ERROR; in bta_gattc_search()