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

  /system/bt/stack/gatt/
gatt_cl.cc 115 if (st != GATT_SUCCESS && st != GATT_CMD_STARTED) {
197 if (op_code == 0 || (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED)) {
216 if (rt != GATT_CMD_STARTED) {
232 if (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED &&
350 if (rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED) {
    [all...]
att_protocol.cc 415 * GATT_CMD_STARTED if command queue up in GATT
425 return GATT_CMD_STARTED;
  /system/bt/stack/include/
gatt_api.h 55 #define GATT_CMD_STARTED 0x86
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 79 #define BTA_GATT_CMD_STARTED GATT_CMD_STARTED /* 0x86 */
    [all...]
  /system/bt/bta/gatt/
bta_gattc_act.cc 775 if (status != GATT_SUCCESS && status != GATT_CMD_STARTED) {
    [all...]

Completed in 195 milliseconds