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_int16
(Results
1 - 4
of
4
) sorted by relevancy
/src/lib/libbluetooth/
Makefile
87
MLINKS+= sdp_data.3
sdp_put_int16
.3
sdp_put.c
229
return
sdp_put_int16
(data, (int16_t)value);
248
sdp_put_int16
(sdp_data_t *data, int16_t value)
function in typeref:typename:bool
sdp.h
416
bool
sdp_put_int16
(sdp_data_t *, int16_t);
/src/tests/lib/libbluetooth/
t_sdp_put.c
564
atf_tc_set_md_var(tc, "descr", "Test
sdp_put_int16
results");
572
ATF_REQUIRE(
sdp_put_int16
(&test, (int16_t)0));
573
ATF_REQUIRE(
sdp_put_int16
(&test, (int16_t)INT8_MIN));
574
ATF_REQUIRE(
sdp_put_int16
(&test, (int16_t)INT8_MAX));
575
ATF_REQUIRE(
sdp_put_int16
(&test, (int16_t)INT16_MIN));
576
ATF_REQUIRE(
sdp_put_int16
(&test, (int16_t)INT16_MAX));
Completed in 132 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025