OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bt_security
(Results
1 - 4
of
4
) sorted by null
/system/bluetooth/bluez-clean-headers/bluetooth/
bluetooth.h
54
#define
BT_SECURITY
4
55
struct
bt_security
{
struct
/external/bluetooth/bluez/lib/bluetooth/
bluetooth.h
63
#define
BT_SECURITY
4
64
struct
bt_security
{
struct
/external/bluetooth/bluez/btio/
btio.c
401
struct
bt_security
sec;
414
if (setsockopt(sock, SOL_BLUETOOTH,
BT_SECURITY
, &sec,
419
ERROR_FAILED(err, "setsockopt(
BT_SECURITY
)", errno);
502
struct
bt_security
sec;
508
if (getsockopt(sock, SOL_BLUETOOTH,
BT_SECURITY
, &sec, &len) == 0) {
514
ERROR_FAILED(err, "getsockopt(
BT_SECURITY
)", errno);
/external/bluetooth/bluez/
ChangeLog
608
Add
BT_SECURITY
and BT_DEFER_SETUP definitions.
[
all
...]
Completed in 247 milliseconds