Searched refs:BLE_IF_DEBUG (Results 1 – 3 of 3) sorted by relevance
/device/soc/winnermicro/hals/communication/bt_lite/ble/source/ |
D | nble.c | 77 …BLE_IF_DEBUG("adapter status = %s\r\n", status == WM_BT_STATE_ON ? "bt_state_on" : "bt_state_off"); in app_adapter_state_changed_callback() 99 BLE_IF_DEBUG("Resetting state; reason=%d\r\n", reason); in on_reset() 113 BLE_IF_DEBUG("service,uuid16 %s handle=%d (%04X), server_if=%d\r\n", \ in on_svr_register_cb() 129 BLE_IF_DEBUG("charact,uuid16 %s arg %d def_handle=%d (%04X) val_handle=%d (%04X), \ in on_svr_register_cb() 151 … BLE_IF_DEBUG("descrip, uuid16 %s arg %d handle=%d (%04X) svc_handle=%d, server_if=%d\r\n", in on_svr_register_cb() 171 BLE_IF_DEBUG("conn param update complete; conn_handle=%d status=%d\n", conn_handle, status); in conn_param_update_cb() 184 BLE_IF_DEBUG("ble_l2cap_sig_update, rc=%d\n", rc); in ble_server_conn_param_update_slave() 192 BLE_IF_DEBUG("\r\n BleStartAdvEx enter: caller addr=0x%x, self task=%s, \ in ble_server_start_adv() 239 BLE_IF_DEBUG("Starting advertising\r\n"); in ble_server_start_adv() 259 …BLE_IF_DEBUG("%s, event->type=%s(%d)\r\n", __FUNCTION__, tls_bt_gap_evt_2_str(event->type), event-… in gap_event() [all …]
|
D | ble_util.h | 28 #define BLE_IF_DEBUG(fmt, ...) \ macro 39 #define BLE_IF_DEBUG(param, ...) macro
|
D | nble_server.c | 205 BLE_IF_DEBUG("%s, op=%d,attr_handle=%d\r\n", __FUNCTION__, ctxt->op, attr_handle); in ble_server_gatt_svc_access_func() 293 BLE_IF_DEBUG("CHAR PROP=0x%02x, PERM=0x%02x\r\n", srvcinfo->attrList[i].properties, \ in ble_server_alloc() 297 BLE_IF_DEBUG("DESC PROP=0x%02x, PERM=0x%02x\r\n", srvcinfo->attrList[i].properties, \ in ble_server_alloc() 304 …BLE_IF_DEBUG("Adding service srvc=%d, char=%d, dsc=%d\r\n", srvc_counter, char_counter, desc_count… in ble_server_alloc()
|