OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GATT_SIGN_CMD_WRITE
(Results
1 - 8
of
8
) sorted by null
/external/bluetooth/bluedroid/stack/gatt/
gatt_sr.c
52
op_code ==
GATT_SIGN_CMD_WRITE
||
[
all
...]
gatt_auth.c
59
UINT8_TO_STREAM(p,
GATT_SIGN_CMD_WRITE
);
gatt_db.c
755
if ((op_code ==
GATT_SIGN_CMD_WRITE
) && !(perm & GATT_WRITE_SIGNED_PERM))
760
if ((op_code ==
GATT_SIGN_CMD_WRITE
) && (sec_flag & GATT_SEC_FLAG_ENCRYPTED))
792
else if (perm & GATT_WRITE_SIGNED_PERM && op_code !=
GATT_SIGN_CMD_WRITE
&& !(sec_flag & GATT_SEC_FLAG_ENCRYPTED))
[
all
...]
att_protocol.c
591
case
GATT_SIGN_CMD_WRITE
:
gatt_cl.c
216
op_code = (sec_act == GATT_SEC_SIGN_DATA) ?
GATT_SIGN_CMD_WRITE
: GATT_CMD_WRITE;
[
all
...]
gatt_main.c
891
if (op_code ==
GATT_SIGN_CMD_WRITE
)
[
all
...]
gatt_utils.c
[
all
...]
/external/bluetooth/bluedroid/stack/include/
gatt_api.h
96
#define
GATT_SIGN_CMD_WRITE
0xD2 /* changed in V4.0 1101-0010 (signed write) see write cmd above*/
[
all
...]
Completed in 808 milliseconds