/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/example/bt_beacon/ |
A D | bt_beacon_app.c | 122 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 D | rdtarga.c | 337 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 D | peripheral_app.c | 292 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 D | bt_config_peripheral_app.c | 375 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 D | app_msg.h | 175 uint16_t subtype; member
|
/AliOS-Things-master/components/SDL2/src/joystick/iphoneos/ |
A D | SDL_sysjoystick.m | 113 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 D | ble_central_client_app.c | 76 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 D | trace_app.h | 25 #define COMBINE_TRACE_INFO_APP(type, subtype, module, level) (uint32_t)(((type)<<24) | ((subtype)<… argument
|
A D | trace.h | 247 #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 D | data_uart.c | 32 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 D | gapm_int.h | 262 uint8_t subtype; member
|
/AliOS-Things-master/components/SDL2/src/video/cocoa/ |
A D | SDL_cocoawindow.m | 1158 const BOOL istrackpad = ([theEvent subtype] == NSEventSubtypeMouseEvent); 1209 const BOOL istrackpad = ([theEvent subtype] == NSEventSubtypeMouseEvent);
|
/AliOS-Things-master/components/amp/engine/duktape_engine/duktape/ |
A D | duktape.c | 50008 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 *) …
|