HomeSort by relevance Sort by last modified time
    Searched refs:GATT_CMD_STARTED (Results 1 - 5 of 5) sorted by null

  /external/bluetooth/bluedroid/stack/gatt/
gatt_cl.c 118 if (st != GATT_SUCCESS && st != GATT_CMD_STARTED)
209 if ( op_code == 0 || (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED))
278 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED)
279 || (rt != GATT_CMD_STARTED && p_clcb->op_subtype == GATT_WRITE_NO_RSP))
396 if (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED)
    [all...]
att_protocol.c 477 ** GATT_CMD_STARTED if command queue up in GATT
508 att_ret = GATT_CMD_STARTED;
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 55 #define GATT_CMD_STARTED 0x86
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 86 #define BTA_GATT_CMD_STARTED GATT_CMD_STARTED /* 0x86 */
    [all...]
  /external/bluetooth/bluedroid/bta/gatt/
bta_gattc_act.c 924 if (status != GATT_SUCCESS && status != GATT_CMD_STARTED)
    [all...]

Completed in 62 milliseconds