OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_CMD_WRITE
(Results
1 - 7
of
7
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_attr.c
187
case
GATT_CMD_WRITE
:
gatt_sr.c
53
if (op_code ==
GATT_CMD_WRITE
||
[
all
...]
att_protocol.c
496
if (cmd_code != GATT_HANDLE_VALUE_CONF && cmd_code !=
GATT_CMD_WRITE
)
590
case
GATT_CMD_WRITE
:
gatt_cl.c
228
op_code = (sec_act == GATT_SEC_SIGN_DATA) ? GATT_SIGN_CMD_WRITE :
GATT_CMD_WRITE
;
[
all
...]
gatt_db.c
735
if ((op_code ==
GATT_CMD_WRITE
|| op_code == GATT_REQ_WRITE)
[
all
...]
gatt_utils.c
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
88
#define
GATT_CMD_WRITE
0x52 /* changed in V4.0 01001-0010(write cmd)*/
[
all
...]
Completed in 31 milliseconds