OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BT_UID
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/btif/co/
bta_fs_co.c
43
const unsigned short
BT_UID
= AID_BLUETOOTH;
141
//idType= (buffer->st_uid==
BT_UID
) ? 1 : (buffer->st_uid== BT_GID) ? 2 : 3;
142
if(buffer->st_uid ==
BT_UID
)
355
fchown(fd,
BT_UID
, BT_GID);
[
all
...]
/external/bluetooth/bluedroid/btif/src/
btif_hh.c
69
extern const int
BT_UID
;
[
all
...]
Completed in 1247 milliseconds