/external/bluetooth/bluedroid/stack/gatt/ |
gatt_sr.c | 727 reason = GATT_INVALID_PDU; 733 reason = GATT_INVALID_PDU; 737 reason = GATT_INVALID_PDU; 759 UINT8 reason = GATT_INVALID_PDU; 774 reason = GATT_INVALID_PDU; 829 UINT8 reason = GATT_INVALID_PDU, *p; 917 gatt_send_error_rsp (p_tcb, GATT_INVALID_PDU, GATT_REQ_MTU, 0, FALSE); [all...] |
gatt_attr.c | 170 UINT8 status = GATT_INVALID_PDU;
|
gatt_cl.c | 457 gatt_end_operation(p_clcb, GATT_INVALID_PDU, NULL); 602 gatt_end_operation(p_clcb, GATT_INVALID_PDU, &value); 740 gatt_end_operation(p_clcb, GATT_INVALID_PDU, NULL); 833 gatt_end_operation(p_clcb, GATT_INVALID_PDU, (void *)p); [all...] |
gatt_db.c | 762 status = GATT_INVALID_PDU; 828 status = GATT_INVALID_PDU; 833 status = GATT_INVALID_PDU; [all...] |
/external/bluetooth/bluedroid/stack/srvc/ |
srvc_eng.c | 260 UINT8 status = GATT_INVALID_PDU;
|
/external/bluetooth/bluedroid/stack/include/ |
gatt_api.h | 32 #define GATT_INVALID_PDU 0x0004 [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 | 427 UINT8 status = GATT_INVALID_PDU;
|