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

  /system/bt/stack/gatt/
att_protocol.c 346 return GATT_CONGESTED;
448 ** GATT_CONGESTED if command sent but channel congested
466 if (att_ret == GATT_CONGESTED || att_ret == GATT_SUCCESS)
gatt_cl.c 279 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED)
    [all...]
gatt_api.c 643 if (cmd_status == GATT_SUCCESS || cmd_status == GATT_CONGESTED)
    [all...]
  /system/bt/stack/include/
gatt_api.h 65 #define GATT_CONGESTED 0x8f
    [all...]
  /system/bt/bta/include/
bta_gatt_api.h 97 #define BTA_GATT_CONGESTED GATT_CONGESTED /* 0x8f */
    [all...]

Completed in 53 milliseconds