Searched refs:Service_Uuid_length (Results 1 – 3 of 3) sorted by relevance
/btstack/port/stm32-wb55xx-nucleo-freertos/Middlewares/STM32_WPAN/ble/core/auto/ |
H A D | ble_gap_aci.c | 48 uint8_t Service_Uuid_length, in aci_gap_set_limited_discoverable() argument 57 … + 2 + 2 + 1 + 1 + 1 + Local_Name_Length * (sizeof(uint8_t)) + 1 + Service_Uuid_length * (sizeof(u… in aci_gap_set_limited_discoverable() 77 cp1->Service_Uuid_length = htob(Service_Uuid_length, 1); in aci_gap_set_limited_discoverable() 80 …al_MemCpy((void *) &cp1->Service_Uuid_List, (const void *) Service_Uuid_List, Service_Uuid_length); in aci_gap_set_limited_discoverable() 81 index_input += Service_Uuid_length; in aci_gap_set_limited_discoverable() 115 uint8_t Service_Uuid_length, in aci_gap_set_discoverable() argument 124 … + 2 + 2 + 1 + 1 + 1 + Local_Name_Length * (sizeof(uint8_t)) + 1 + Service_Uuid_length * (sizeof(u… in aci_gap_set_discoverable() 144 cp1->Service_Uuid_length = htob(Service_Uuid_length, 1); in aci_gap_set_discoverable() 147 …al_MemCpy((void *) &cp1->Service_Uuid_List, (const void *) Service_Uuid_List, Service_Uuid_length); in aci_gap_set_discoverable() 148 index_input += Service_Uuid_length; in aci_gap_set_discoverable()
|
H A D | ble_gap_aci.h | 116 uint8_t Service_Uuid_length, 205 uint8_t Service_Uuid_length,
|
H A D | ble_types.h | 1100 uint8_t Service_Uuid_length; 1128 uint8_t Service_Uuid_length;
|