Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/bluez/bluez-sandbox
Test Repository. Do Not Clone or Fork.
https://github.com/bluez/bluez-sandbox
This state is redundant as it is just yet another pending state for which
we are not even testin...
Searching for device is not needed since we have reference counting and
device is there as long ...
This patch updates test results and instructions for MCAP profile
against android 5.0
This patch add white lines between neighbouring bodys.
dcdba3c2b04844378dbf43ebe8736219f7c0a206 authored about 10 years ago
This patch updates test pixits, pics, for MCAP profile against android
5.0
Data connection shouldn't be automatically closed if MDL disconnect
timeout parameter is given. ...
Add missing logs for callback functions and unify existing.
ec935364a96db6a53e98dc6dda0037c547e2cc3a authored about 10 years agoThis makes logs more usable.
e5e9af0cca9cf5d5521f186f5726f75ae84433f7 authored about 10 years ago
g_attrib_set_mtu can invalidate buffer obtained from
g_attrib_get_buffer so it must not be calle...
8c4a1575d3d05701d646323cde7479cc66cf9357 authored about 10 years ago
Add 0x for consistency.
f7ee6614651f7f5bd4cd3d8cce3ebabc1ed9d3ad authored about 10 years ago
Verify that a Generic Attribute Profile client can respond with a
Confirmation to a Characterist...
Verify that a Generic Attribute Profile server can send a Characteristic
Value Indication.
Sometimes a check must be made that something happened after all data is
transferred. A post fu...
Verify that a Generic Attribute Profile server can send a Characteristic
Value Notification.
Verify that a Generic Attribute Profile client can receive a
Characteristic Value Notification a...
With some tests (specifically notification / indication tests), the
client sets up a condition a...
If there are no handles in a defined service, it is not useful to try to
discover anything in it...
This has to be completed in order to finalize unit tests as well as use
it in BfA.
bcf078d3ec74e6e69c4a91795639dd4b18783029 authored about 10 years ago
TP/GAR/CL/BI-22-C was duplicated as TP/GAR/CL/BI-21-C.
0d436295e3460674847bfa7717630b5c8939b4b8 authored about 10 years agoattribute-info can be used to print out attribute information.
cfe7f0a6134d6d01b91c502bf3b7e770901bdefd authored about 10 years agoCommand select-attribute can be used to select a service attribute.
2eb1f615c4242d5e883dd0d3d8b4928504a31fbb authored about 10 years ago
This command can be used to write attributes, it only works if an
attribute has been selected wi...
This command can be used to read attributes, it only works if an
attribute has been selected wit...
044ff5e4cda4e0cfddd0363389ea9824d211b2bf authored about 10 years ago
This enable printing properties changes to the current selected
attribute.
Verify Generic Attribute Profile client behavior when the Read
Characteristic Value procedure fa...
Verify Generic Attribute Profile client behavior when the Read
Characteristic Value procedure fa...
This command can be used to start/stop changes on the attribute value,
it only works if an attri...
This add support for GattDescriptor1 interface detection and
prints when they are added or removed.
This command can be used to list service attributes of a device.
496b6abf743440e937222c62768e0a3b31f47f02 authored about 10 years ago
This add support for GattCharacteristici1 interface detection and
prints when they are added or ...
This add support for GattService1 interface detection and prints when
they are added or removed
In case a device is connected make it the default and print to the
prompt, so the user don't hav...
Copy command to IPC buffer only after checking string size.
64bedd4d316cdd6523589b3a1d4301e33d152b10 authored about 10 years ago
When connecting HFP simply reply with ERROR to any command not related
to SLC creation but don't...
Spec says that HF may (not should) use AT+CMER=3,0,0,1 command to
activate indicators. Since AT+...
5ffe7b9a5262d0315bf7fb039cfa29a2b4a04e36 authored about 10 years ago
This fix using invalid MTU on LE link. Previous attempt to fix this
"android/gatt: Fix initial s...
On BR/EDR MTU is negotiated using L2CAP configuration and not by
ATT MTU exchange procedure.
This helper makes code easier to follow. Also local MTU is now
MIN(IMTU,OMTU) to avoid situation...
This makes code cleaner and also put all the MTU checks in single
function.
As per Core Specification Vol 3. Part G. 4.3.1 ATT MTU exchange
procedure shall not be used on B...
Connected state was missing.
f6e0033abe352ebf6011e52864e74810ddbc9fbb authored about 10 years ago
There is additional state 'connected' that should be entered when
RFCOMM is connected but before...
can_read_data function should by called only from IO read callback.
can_read_data feeds ringbuff...
If for some reason there is more than one AT command in the ring
buffer we should make sure that...
Always set pending_result before calling command callback.
If response will be send from callba...
98078c12e677bd992cae5c41e239adbdf3a3a315 authored about 10 years ago
Most OSes allow to register characteristics without a CCC even if they
do support notification/i...
93bfa5fa925e2ed8271d65d363b7abd4911e2d43 authored about 10 years ago
This patch updates test pixits, pics, results for IOPT profile against
android 5.0
Some service handle count was recently changed.
f031f489a628162f4941de1f49cbc0df9d995089 authored about 10 years ago2898f256d1d807d0421ad4010cb47566f0efdaf5 authored about 10 years ago
Added '\n' to make help message looks good as below:
btgatt-server
Usage:
btgatt-server [option...
Adds support to fetch spd,fav phonebook.
Tested using PTS test case TC_PCE_PBB_BV_01_C.
Read blob response with offset equal to value length should return
zero length value intead of I...
find_service_for_handle was manually computing end handle. It was
causing overflow for last serv...
01866e8df60f43736f029418a4efc8b881319acd authored about 10 years ago
Initial setting of MTU should be IMTU. This is actually our assumption
in other part of code, th...
Tested against Android 5.0
4ee014826b0c9b6a5d2f9c43becd39bab06f9a13 authored about 10 years ago
If remote device has both HFP AG and HFP HF records then we were
always selecting first record. ...
If remote device has both HSP AG and HSP HF records then we were
always selecting first record. ...
The documentations says that the HAL IPC uses 2 octets for socket
channels, while |struct hal_cm...
a17e60985cb1c3514963b198c957c502672be564 authored about 10 years ago
Bionic is moving to reduce the amount of transitive includes,
so they should not be relied upon.
This patch updates SPP test case instruction. Use haltest socket connect
command instead of rctest.
This patch updates test pixits, pics, test results for ScPP profile
against android 5.0
This patch updates test pixits, pics, test results for RFCOMM profile
against android 5.0
This patch updates test pixits, pics, test results for HID profile
against android 5.0
b5d0bd0587481dda7fbcb73974465450f622a6df authored about 10 years ago
91bd11863de1d4ff3ca4845de8b619ca107e4283 authored about 10 years ago
The following leak can be observed when bluetoothd is terminated while
connected:
208 (128 dire...
86456cf9a5f899d2a637fa8d0251f69e01922a44 authored about 10 years ago
This patch changes the way that the life-time for exported GATT API
objects are managed, so that...
shared/gatt-client clears a given gatt-db if there's an error during its
init sequence, even if ...
This patch implements the StopNotify method of
org.bluez.GattCharacteristic1.
This patch implements the StartNotify method of
org.bluez.GattCharacteristic1. Each call to Star...
This patch makes CCC writes via bt_gatt_client_register_notify
cancellable. The following change...
ff189f01da8dd4d6f824002eddf0f4fd4d5ed1b1 authored about 10 years ago
This removes the extra queue that acts as intermediate storage, instead
the code will now storag...
ad410057b17933339774fa7e4a12bfc87bfd545d authored about 10 years ago
41304925a6c543d4a53c520090e6d534de87b187 authored about 10 years ago
01170be4f040fca1cd76105854ca7bd99712c4b3 authored about 10 years ago
baf0ac119efec106bcee959a85a0817ecf51bbda authored about 10 years ago
11ba1d7233fa117ffa525ccc26556372221158f5 authored about 10 years ago
1fb2b9035e53630591f5139e0c7740f6b189c0b5 authored about 10 years ago
d0c385570d7cb4221eacf3ba992ecf09935b42c3 authored about 10 years ago
The following crash happen when attempting to remove a device while it
is connecting, this will ...
If service becomes unavailable, due to e.g. the device being removed,
all the related timers sho...
300a94fe1f15fc1b05638418d713ffdc5e9519cd authored about 10 years ago
49979961fe080614794998d657b4ec7bde7f2258 authored about 10 years ago
fa785d09c4d00b29e7cce2da2332a95151dd75b0 authored about 10 years ago
c614aabd4191f7942e9abb8052ef3a4795496c8c authored about 10 years ago
b4f5d846add3f9b215e0b0ed4f48180af96a9d4a authored about 10 years ago
3e95defad96987686b696015febc8b6ecffe9e28 authored about 10 years ago
1d52ce88691dfdf933740491c3b7ef77eaa15747 authored about 10 years ago
d0f812651929ba36de26abfd12e43e9901184c42 authored about 10 years ago
This patch updates test case list, pixits, pics and results for SPP
profile against android 5.0
This patch adds support for registering and unregistering PANU sdp
record.
It's related with PTS...
This patch updates test pixits, pics, test case list with results for
DIS profile against androi...