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

  /external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c 733 reason = GATT_INVALID_PDU;
739 reason = GATT_INVALID_PDU;
743 reason = GATT_INVALID_PDU;
765 UINT8 reason = GATT_INVALID_PDU;
781 reason = GATT_INVALID_PDU;
836 UINT8 reason = GATT_INVALID_PDU, *p;
924 gatt_send_error_rsp (p_tcb, GATT_INVALID_PDU, GATT_REQ_MTU, 0, FALSE);
    [all...]
gatt_cl.c 470 gatt_end_operation(p_clcb, GATT_INVALID_PDU, NULL);
621 gatt_end_operation(p_clcb, GATT_INVALID_PDU, &value);
759 gatt_end_operation(p_clcb, GATT_INVALID_PDU, NULL);
852 gatt_end_operation(p_clcb, GATT_INVALID_PDU, (void *)p);
    [all...]
gatt_attr.c 183 UINT8 status = GATT_INVALID_PDU;
gatt_db.c 800 status = GATT_INVALID_PDU;
    [all...]
  /external/bluetooth/bluedroid/stack/srvc/
srvc_eng.c 271 UINT8 status = GATT_INVALID_PDU;
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 32 #define GATT_INVALID_PDU 0x04
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_gatt_api.h 64 #define BTA_GATT_INVALID_PDU GATT_INVALID_PDU /* 0x0004 */
    [all...]
  /external/bluetooth/bluedroid/stack/gap/
gap_ble.c 332 UINT8 status = GATT_INVALID_PDU;

Completed in 54 milliseconds