6979 Commits

Author SHA1 Message Date
Milanka Ringwald
f688316327 gatt-service/aics: reset con_handle on disconnect 2022-01-21 10:34:30 +01:00
Milanka Ringwald
19ceea51d9 gatt-service/aics: initialize con_handle when notification is enabled 2022-01-21 10:34:30 +01:00
Milanka Ringwald
4db9175d40 gatt-service/aics: use field 'state' for mute mode and gain mode in GATTSERVICE_SUBEVENT_AICS_MUTE/GAIN_MODE events 2022-01-21 10:34:30 +01:00
Milanka Ringwald
d8949d2eb0 gatt-service/aics: notify client on client induced change 2022-01-21 10:34:30 +01:00
Milanka Ringwald
47cfcd64cd gatt-service/aics: remove PTS test output 2022-01-21 10:34:30 +01:00
Milanka Ringwald
31c9394106 gatt-service: fix bit mask 2022-01-21 10:34:30 +01:00
Milanka Ringwald
b7738b7bb3 gatt-service/aics: move functions 2022-01-21 10:34:30 +01:00
Milanka Ringwald
cbfad4fcc0 gatt-service/mics: wrap set_audio_input_description of AICS 2022-01-21 10:34:30 +01:00
Milanka Ringwald
2acb756a8e gatt-service/aics: implement set_audio_input_description 2022-01-21 10:34:29 +01:00
Milanka Ringwald
2de5806ad9 gatt-service/mics: update audio_input_state of AICS service via MICS service API 2022-01-21 10:34:29 +01:00
Milanka Ringwald
f5da71dc1d gatt-service/mics: use index starting with 0 for enumerating AICS services 2022-01-21 10:34:29 +01:00
Milanka Ringwald
78a2f29be8 gatt-service/mics: rename aics_services_index to aics_services_num 2022-01-21 10:34:29 +01:00
Milanka Ringwald
1129f6cf59 gatt-service/mics: rename function 2022-01-21 10:34:29 +01:00
Milanka Ringwald
ca54915fae gatt-service/aics: update API docu, use ERROR_CODEs for return status 2022-01-21 10:34:29 +01:00
Milanka Ringwald
811891616a gatt-service/aics: return AICS_ERROR_CODE_GAIN_MODE_CHANGE_NOT_ALLOWED when remote is setting the same value as it is on server 2022-01-21 10:34:29 +01:00
Milanka Ringwald
73b367b905 gatt-service/mics: fix storage reference 2022-01-21 10:34:29 +01:00
Milanka Ringwald
3afce455f9 gatt-service/aics: add PTS test output 2022-01-21 10:34:29 +01:00
Milanka Ringwald
c48126a8c1 gatt-service/aics: rename variable 2022-01-21 10:34:29 +01:00
Milanka Ringwald
5f231cfce5 gatt-service/aics: audio input type is one byte ID defined in aics_audio_input_type_t 2022-01-21 10:34:29 +01:00
Milanka Ringwald
41d90c6aaf gatt-service/mics: search and initialize AICS services 2022-01-21 10:34:29 +01:00
Milanka Ringwald
1a8039c1e1 gatt-service/aics: move index to audio_input_control_service_server_t 2022-01-21 10:34:29 +01:00
Milanka Ringwald
847bcf468a gatt-service/aics: move all fields that need to be initialized by the application to aics_info_t 2022-01-21 10:34:29 +01:00
Milanka Ringwald
8ac08516cd gatt-service/aics: implement audio input control server 2022-01-21 10:34:29 +01:00
Milanka Ringwald
42a6d14ec4 gatt-service: update license copyright year 2022-01-21 10:34:29 +01:00
Matthias Ringwald
c10fde09c0 hfp: replace strncpy with btstack_strcpy 2022-01-17 16:44:47 +01:00
Matthias Ringwald
de22414a4c btstack_util: add btstack_strcpy 2022-01-17 15:33:52 +01:00
Matthias Ringwald
53f240c0b0 gap: support periodic advertising 2022-01-14 17:51:25 +01:00
Matthias Ringwald
57a04237da gap: rename le_advertising_set.params - le_advertising_set.extended_params 2022-01-14 17:51:25 +01:00
Matthias Ringwald
8caa405cba gap: track enabled extended advertising set 2022-01-14 17:51:25 +01:00
Matthias Ringwald
ee54aff517 hci: fix build 2022-01-12 11:23:31 +01:00
Milanka Ringwald
32e1ff05bd att_db: search included service within handle range 2022-01-12 11:09:09 +01:00
Matthias Ringwald
f66adbded4 gap: move set random address for adv events into main modify loop 2022-01-11 20:40:41 +01:00
Matthias Ringwald
25df6c6155 gap: emit advertising set installed / removed events 2022-01-11 20:40:40 +01:00
Matthias Ringwald
174b4d2127 hci: track advertisement set for set params, adv data, scan response commands 2022-01-11 20:40:40 +01:00
Matthias Ringwald
be7ef9d86a gap: manage advertising sets on controller 2022-01-11 20:40:40 +01:00
Matthias Ringwald
a5770ecb11 gap: implement extended advertising api 2022-01-11 20:40:40 +01:00
Matthias Ringwald
5ce0b5cbeb hci: add list of advertising sets 2022-01-11 20:40:40 +01:00
Matthias Ringwald
b56957b70f gap: add extended advertising api 2022-01-11 20:40:40 +01:00
Matthias Ringwald
a408e724ff hci: replace le_advertisements_enabled with le_advertisements_state.LE_ADVERTISEMENT_STATE_ENABLED 2022-01-11 20:40:40 +01:00
Matthias Ringwald
935aa76e5f hci: replace le_advertisements_active by le_advertisements_state.LE_ADVERTISEMENT_STATE_ACTIVE 2022-01-11 20:40:40 +01:00
Matthias Ringwald
6bf435a6ad hci: convert le_advertisements_todo.LE_ADVERTISEMENT_TASKS_PARAMS_SET intole_advertiseemnts_state.LE_ADVERTISEMENT_STATE_PARAMS_SET 2022-01-11 20:40:40 +01:00
Matthias Ringwald
aaf99a0017 hci: add le_advertisements_state 2022-01-11 20:40:40 +01:00
Matthias Ringwald
3a74541eac hci: read le maximum advertising data length 2022-01-11 20:40:40 +01:00
Matthias Ringwald
e464cd48bc hci: use extended advertising config commands 2022-01-11 20:40:40 +01:00
Matthias Ringwald
c95a0fc712 hci: report extended adv in GAP_EVENT_EXTENDED_ADVERTISING_REPORT 2022-01-11 20:40:40 +01:00
Matthias Ringwald
a0698cb4c6 hci: report legacy adv report in GAP_EVENT_ADVERTISING_REPORT 2022-01-11 20:40:40 +01:00
Matthias Ringwald
63671e6952 hci: use extended scan if enabled 2022-01-11 20:40:40 +01:00
Matthias Ringwald
91d9e5d0d4 hci: enable all le events from core v5.3 without LE Enhanced Connection Complete 2022-01-11 20:40:40 +01:00
Matthias Ringwald
d565a84b8e bluetooth: add extended advertising constants 2022-01-11 20:40:40 +01:00
Matthias Ringwald
a911051fd1 btstack_defines: introduce HCI_EVENT_META_GAP 2022-01-11 20:40:40 +01:00