OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:plci
(Results
1 - 1
of
1
) sorted by null
/external/bluetooth/hcidump/parser/
capi.c
172
return "Incorrect Controller/
PLCI
/NCCI";
174
return "No
PLCI
available";
275
uint8_t ctr,
plci
;
local
279
plci
= (val & 0xff00) >> 8;
285
if (
plci
> 0) {
287
printf("
PLCI
: 0x%02x\n",
plci
);
Completed in 14 milliseconds