OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ble_session_id
(Results
1 - 3
of
3
) sorted by null
/external/libweave/third_party/libuweave/src/
macaroon_context.c
8
const uint8_t*
ble_session_id
,
11
if (
ble_session_id
== NULL && ble_session_id_len != 0) {
19
new_context->
ble_session_id
=
ble_session_id
;
macaroon_context.h
16
const uint8_t*
ble_session_id
; // Only for BLE
member in struct:__anon18286
21
const uint8_t*
ble_session_id
,
macaroon_caveat.c
359
if (context->
ble_session_id
== NULL || context->ble_session_id_len == 0) {
382
{context->
ble_session_id
, context->ble_session_id_len},
Completed in 2048 milliseconds