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_int32
(Results
1 - 4
of
4
) sorted by relevancy
/src/tests/lib/libbluetooth/
t_sdp_put.c
597
atf_tc_set_md_var(tc, "descr", "Test
sdp_put_int32
results");
605
ATF_REQUIRE(
sdp_put_int32
(&test, (int32_t)0));
606
ATF_REQUIRE(
sdp_put_int32
(&test, (int32_t)INT8_MIN));
607
ATF_REQUIRE(
sdp_put_int32
(&test, (int32_t)INT8_MAX));
608
ATF_REQUIRE(
sdp_put_int32
(&test, (int32_t)INT16_MIN));
609
ATF_REQUIRE(
sdp_put_int32
(&test, (int32_t)INT16_MAX));
610
ATF_REQUIRE(
sdp_put_int32
(&test, (int32_t)INT32_MIN));
611
ATF_REQUIRE(
sdp_put_int32
(&test, (int32_t)INT32_MAX));
/src/lib/libbluetooth/
Makefile
88
MLINKS+= sdp_data.3
sdp_put_int32
.3
sdp_put.c
226
return
sdp_put_int32
(data, (int32_t)value);
261
sdp_put_int32
(sdp_data_t *data, int32_t value)
function in typeref:typename:bool
sdp.h
417
bool
sdp_put_int32
(sdp_data_t *, int32_t);
Completed in 14 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025