Home | History | Annotate | Download | only in include

Lines Matching full:char

46 const char* dump_bt_status(bt_status_t status);
47 const char* dump_dm_search_event(UINT16 event);
48 const char* dump_dm_event(UINT16 event);
49 const char* dump_hf_event(UINT16 event);
50 const char* dump_hf_client_event(UINT16 event);
51 const char* dump_hh_event(UINT16 event);
52 const char* dump_hf_conn_state(UINT16 event);
53 const char* dump_hf_call_state(bthf_call_state_t call_state);
54 const char* dump_property_type(bt_property_type_t type);
55 const char* dump_hf_audio_state(UINT16 event);
56 const char* dump_adapter_scan_mode(bt_scan_mode_t mode);
57 const char* dump_thread_evt(bt_cb_thread_evt evt);
58 const char* dump_av_conn_state(UINT16 event);
59 const char* dump_av_audio_state(UINT16 event);
60 const char* dump_rc_event(UINT8 event);
61 const char* dump_rc_notification_event_id(UINT8 event_id);
62 const char* dump_rc_pdu(UINT8 pdu);
73 bool string_to_uuid(const char *str, bt_uuid_t *p_uuid);
75 void uuid_to_string_legacy(bt_uuid_t *p_uuid, char *str);
76 int ascii_2_hex (const char *p_ascii, int len, UINT8 *p_hex);