OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_REQ_PREPARE_WRITE
(Results
1 - 5
of
5
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c
276
if (op_code ==
GATT_REQ_PREPARE_WRITE
&& status == GATT_SUCCESS)
[
all
...]
att_protocol.c
322
if (op_code ==
GATT_REQ_PREPARE_WRITE
||op_code == GATT_RSP_PREPARE_WRITE )
586
case
GATT_REQ_PREPARE_WRITE
:
gatt_cl.c
367
GATT_REQ_PREPARE_WRITE
,
543
(opcode ==
GATT_REQ_PREPARE_WRITE
) &&
[
all
...]
gatt_db.c
842
if (op_code ==
GATT_REQ_PREPARE_WRITE
&& offset != 0) /* does not allow write blob */
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
89
#define
GATT_REQ_PREPARE_WRITE
0x16
[
all
...]
Completed in 25 milliseconds