Home
last modified time | relevance | path

Searched refs:GATT_RSP_READ (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/gatt/
Datt_protocol.c307 …if (op_code != GATT_RSP_READ_BLOB && op_code != GATT_RSP_READ && op_code != GATT_HANDLE_MULTI_VALU… in attp_build_value_cmd()
391 case GATT_RSP_READ: in attp_build_sr_msg()
418 case GATT_RSP_READ: in attp_build_sr_msg()
Dgatt_cl.c1200 case GATT_RSP_READ: in gatt_client_handle_server_rsp()
/hal_espressif-3.7.0/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h96 #define GATT_RSP_READ 0x0B macro