Home
last modified time | relevance | path

Searched refs:subtype (Results 1 – 13 of 13) sorted by relevance

/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_beacon/
A Dbt_beacon_app.c122 APP_PRINT_TRACE1("app_handle_gap_msg: subtype %d", p_gap_msg->subtype); in bt_beacon_app_handle_gap_msg()
123 switch (p_gap_msg->subtype) in bt_beacon_app_handle_gap_msg()
132 APP_PRINT_ERROR1("app_handle_gap_msg: unknown subtype %d", p_gap_msg->subtype); in bt_beacon_app_handle_gap_msg()
/AliOS-Things-master/components/SDL2/src/image/external/jpeg-9b/
A Drdtarga.c337 int idlen, cmaptype, subtype, flags, interlace_type, components; in start_input_tga() local
353 subtype = UCH(targaheader[2]); in start_input_tga()
369 if (subtype > 8) { in start_input_tga()
373 subtype -= 8; in start_input_tga()
383 switch (subtype) { in start_input_tga()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_peripheral/
A Dperipheral_app.c292 APP_PRINT_TRACE1("app_handle_gap_msg: subtype %d", p_gap_msg->subtype); in app_handle_gap_msg()
293 switch (p_gap_msg->subtype) in app_handle_gap_msg()
381 APP_PRINT_ERROR1("app_handle_gap_msg: unknown subtype %d", p_gap_msg->subtype); in app_handle_gap_msg()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_config/
A Dbt_config_peripheral_app.c375 APP_PRINT_TRACE1("bt_config_app_handle_gap_msg: subtype %d", p_gap_msg->subtype); in bt_config_app_handle_gap_msg()
376 switch (p_gap_msg->subtype) in bt_config_app_handle_gap_msg()
454 APP_PRINT_ERROR1("bt_config_app_handle_gap_msg: unknown subtype %d", p_gap_msg->subtype); in bt_config_app_handle_gap_msg()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/app/
A Dapp_msg.h175 uint16_t subtype; member
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/
A DSDL_sysjoystick.m113 Uint8 subtype = 0; field
186 subtype = 1; field
209 subtype = 2; field
228 subtype = 3; field
248 if (subtype != 0) { category
249 /* Note that this is an MFI controller and what subtype it is */
251 device->guid.data[15] = subtype; field
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/ble_central/
A Dble_central_client_app.c76 rx_char = (uint8_t)io_msg.subtype; in ble_central_app_handle_io_msg()
315 APP_PRINT_TRACE1("ble_central_app_handle_gap_msg: subtype %d", p_gap_msg->subtype); in ble_central_app_handle_gap_msg()
316 switch (p_gap_msg->subtype) in ble_central_app_handle_gap_msg()
419 APP_PRINT_ERROR1("ble_central_app_handle_gap_msg: unknown subtype %d", p_gap_msg->subtype); in ble_central_app_handle_gap_msg()
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/platform/
A Dtrace_app.h25 #define COMBINE_TRACE_INFO_APP(type, subtype, module, level) (uint32_t)(((type)<<24) | ((subtype)<… argument
A Dtrace.h247 #define COMBINE_TRACE_INFO(type, subtype, module, level) (uint32_t)(((type)<<24) | ((subtype)<<16)… argument
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/amebad/src/data_uart/
A Ddata_uart.c32 io_driver_msg_send.subtype = rx_char; in data_uart_msg_send()
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/src/gap/gapm/
A Dgapm_int.h262 uint8_t subtype; member
/AliOS-Things-master/components/SDL2/src/video/cocoa/
A DSDL_cocoawindow.m1158 const BOOL istrackpad = ([theEvent subtype] == NSEventSubtypeMouseEvent);
1209 const BOOL istrackpad = ([theEvent subtype] == NSEventSubtypeMouseEvent);
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/
A Dduktape.c50008 const char *subtype = "generic"; local
50011 subtype = "compfunc";
50013 subtype = "natfunc";
50015 subtype = "thread";
50017 subtype = "bufobj";
50019 subtype = "array";
50021 …duk_fb_sprintf(fb, "%sobject/%s %p%s", (const char *) brace1, subtype, (void *) h, (const char *) …

Completed in 260 milliseconds