Searched refs:setup_characteristic_value_packet (Results 1 – 2 of 2) sorted by relevance
/btstack/test/mock/ |
H A D | mock_gatt_client.c | 222 static uint8_t * setup_characteristic_value_packet(uint8_t type, hci_con_handle_t con_handle, uint1… in setup_characteristic_value_packet() function 239 …uint8_t * packet = setup_characteristic_value_packet(GATT_EVENT_NOTIFICATION, gatt_client.con_hand… in mock_gatt_client_send_notification_with_handle() 251 …uint8_t * packet = setup_characteristic_value_packet(GATT_EVENT_INDICATION, gatt_client.con_handle… in mock_gatt_client_send_indication_with_handle() 260 …uint8_t * packet = setup_characteristic_value_packet(GATT_EVENT_CHARACTERISTIC_VALUE_QUERY_RESULT,… in mock_gatt_client_send_characteristic_value()
|
/btstack/src/ble/ |
H A D | gatt_client.c | 1030 setup_characteristic_value_packet(const gatt_client_t *gatt_client, uint8_t type, uint16_t attribut… in setup_characteristic_value_packet() function 1181 …packet = setup_characteristic_value_packet(gatt_client, event_type, value_handle, value, length, 0… in report_gatt_characteristic_value_change() 1200 …packet = setup_characteristic_value_packet(gatt_client, event_type, value_handle, value, length, n… in report_gatt_characteristic_value_change() 1228 uint8_t * packet = setup_characteristic_value_packet( in report_gatt_characteristic_value() 1244 …uint8_t * packet = setup_characteristic_value_packet(gatt_client, GATT_EVENT_CHARACTERISTIC_DESCRI… in report_gatt_characteristic_descriptor()
|