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

  /external/bluetooth/bluedroid/stack/gatt/
att_protocol.c 374 return GATT_CONGESTED;
476 ** GATT_CONGESTED if command sent but channel congested
494 if (att_ret == GATT_CONGESTED || att_ret == GATT_SUCCESS)
gatt_cl.c 278 if ((rt != GATT_SUCCESS && rt != GATT_CMD_STARTED && rt != GATT_CONGESTED)
    [all...]
gatt_api.c 644 if (cmd_status == GATT_SUCCESS || cmd_status == GATT_CONGESTED)
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 64 #define GATT_CONGESTED 0x8f
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 96 #define BTA_GATT_CONGESTED GATT_CONGESTED /* 0x8f */
    [all...]

Completed in 37 milliseconds