Home
last modified time | relevance | path

Searched refs:GATT_CMD_STARTED (Results 1 – 5 of 5) sorted by relevance

/device/soc/esp/esp32/components/bt/host/bluedroid/stack/gatt/
Dgatt_cl.c112 if (st != GATT_SUCCESS && st != GATT_CMD_STARTED) { in gatt_act_discovery()
199 if ( op_code == 0 || (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED)) { in gatt_act_read()
263 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED) in gatt_act_write()
264 || (rt != GATT_CMD_STARTED && p_clcb->op_subtype == GATT_WRITE_NO_RSP)) { in gatt_act_write()
374 if (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED) { in gatt_send_prepare_write()
Datt_protocol.c508 att_ret = GATT_CMD_STARTED; in attp_cl_send_cmd()
/device/soc/esp/esp32/components/bt/host/bluedroid/stack/include/stack/
Dgatt_api.h55 #define GATT_CMD_STARTED 0x86 macro
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_gatt_api.h114 #define BTA_GATT_CMD_STARTED GATT_CMD_STARTED /* 0x86 */
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_act.c938 if (status != GATT_SUCCESS && status != GATT_CMD_STARTED) { in bta_gattc_cfg_mtu()