OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sdp_put_int8
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libbluetooth/
Makefile
86
MLINKS+= sdp_data.3
sdp_put_int8
.3
sdp_put.c
231
return
sdp_put_int8
(data, (int8_t)value);
235
sdp_put_int8
(sdp_data_t *data, int8_t value)
function in typeref:typename:bool
sdp.h
415
bool
sdp_put_int8
(sdp_data_t *, int8_t);
/src/tests/lib/libbluetooth/
t_sdp_put.c
535
atf_tc_set_md_var(tc, "descr", "Test
sdp_put_int8
results");
543
ATF_REQUIRE(
sdp_put_int8
(&test, (int8_t)0));
544
ATF_REQUIRE(
sdp_put_int8
(&test, (int8_t)INT8_MIN));
545
ATF_REQUIRE(
sdp_put_int8
(&test, (int8_t)INT8_MAX));
Completed in 14 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025