OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BNEP_SETUP_CONN_OK
(Results
1 - 3
of
3
) sorted by null
/external/bluetooth/bluedroid/stack/bnep/
bnep_api.c
243
UINT16 resp_code =
BNEP_SETUP_CONN_OK
;
260
else if (resp == BNEP_SUCCESS) resp_code =
BNEP_SETUP_CONN_OK
;
bnep_int.h
62
#define
BNEP_SETUP_CONN_OK
0x0000
bnep_utils.c
633
bnep_send_conn_responce (p_bcb,
BNEP_SETUP_CONN_OK
);
730
if (resp_code !=
BNEP_SETUP_CONN_OK
)
[
all
...]
Completed in 95 milliseconds